org.xcmis.sp.inmemory
Class ByteArrayValue
java.lang.Object
org.xcmis.sp.inmemory.ByteArrayValue
public class ByteArrayValue
- extends Object
- Version:
- $Id: ByteArrayValue.java 1587 2010-08-25 14:28:13Z andrew00x $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayValue
public ByteArrayValue(byte[] a)
getBytes
public byte[] getBytes()
isContent
public boolean isContent()
fromStream
public static ByteArrayValue fromStream(InputStream stream)
throws IOException
- Throws:
IOException
getBooleans
public Boolean[] getBooleans()
getDates
public Calendar[] getDates()
getDecimals
public BigDecimal[] getDecimals()
getIntegers
public BigInteger[] getIntegers()
getStrings
public String[] getStrings()
getURI
public URI[] getURI()
isBoolean
public boolean isBoolean()
isDate
public boolean isDate()
isDecimal
public boolean isDecimal()
isInteger
public boolean isInteger()
isString
public boolean isString()
isURI
public boolean isURI()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.