Package org.apache.poi.hpsf
Class UnicodeString
- java.lang.Object
-
- org.apache.poi.hpsf.UnicodeString
-
-
Constructor Summary
Constructors Constructor Description UnicodeString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getValue()
void
read(LittleEndianByteArrayInputStream lei)
void
setJavaValue(String string)
String
toJavaString()
int
write(OutputStream out)
-
-
-
Method Detail
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
getValue
public byte[] getValue()
-
toJavaString
public String toJavaString()
-
setJavaValue
public void setJavaValue(String string) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
write
public int write(OutputStream out) throws IOException
- Throws:
IOException
-
-