public class CypherStringArray extends CypherTextArray
Constructor and Description |
---|
CypherStringArray(java.lang.String[] value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
asObjectCopy() |
int |
length() |
java.lang.String |
stringValue(int offset) |
getMemorySize
public int length()
length
in class CypherTextArray
public java.lang.String stringValue(int offset)
stringValue
in class CypherTextArray
public java.lang.String[] asObjectCopy()
asObjectCopy
in class CypherValue