Package org.docx4j.org.apache.poi.hpsf
Class UnicodeString
java.lang.Object
org.docx4j.org.apache.poi.hpsf.UnicodeString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intgetSize()(package private) byte[]getValue()(package private) String(package private) booleanvalidLength(int length, byte[] data, int offset) Checks to see if the specified length seems valid, given the amount of data available still to read, and the requirement that the string be NULL-terminated
-
Field Details
-
logger
private static org.slf4j.Logger logger -
_value
private byte[] _value
-
-
Constructor Details
-
UnicodeString
UnicodeString(byte[] data, int offset)
-
-
Method Details
-
validLength
boolean validLength(int length, byte[] data, int offset) Checks to see if the specified length seems valid, given the amount of data available still to read, and the requirement that the string be NULL-terminated -
getSize
int getSize() -
getValue
byte[] getValue() -
toJavaString
String toJavaString()
-