Methods Summary |
---|
public void | readFromBytes(byte[] data)set the value from its offset into an array of bytes
|
public void | readFromStream(java.io.InputStream stream)set the value from an InputStream
|
public java.lang.String | toString()return the value as a String
|
public void | writeToBytes(byte[] data)write the value out to an array of bytes at the appropriate
offset
|