public class CypherByteArray extends CypherValue
Constructor and Description |
---|
CypherByteArray(byte[] value) |
Modifier and Type | Method and Description |
---|---|
byte[] |
asObjectCopy() |
int |
length() |
long |
longValue(int offset) |
getMemorySize
public int length()
public long longValue(int offset)
public byte[] asObjectCopy()
asObjectCopy
in class CypherValue