org.xcmis.sp.inmemory
Class ByteArrayValue

java.lang.Object
  extended by 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

Constructor Summary
ByteArrayValue(byte[] a)
           
 
Method Summary
static ByteArrayValue fromStream(InputStream stream)
           
 Boolean[] getBooleans()
           
 byte[] getBytes()
           
 Calendar[] getDates()
           
 BigDecimal[] getDecimals()
           
 BigInteger[] getIntegers()
           
 String[] getStrings()
           
 URI[] getURI()
           
 boolean isBoolean()
           
 boolean isContent()
           
 boolean isDate()
           
 boolean isDecimal()
           
 boolean isInteger()
           
 boolean isString()
           
 boolean isURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayValue

public ByteArrayValue(byte[] a)
Method Detail

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 © 2011 eXo Platform SAS. All Rights Reserved.