Package org.apache.poi.hpsf
Class CodePageString
java.lang.Object
org.apache.poi.hpsf.CodePageString
- Direct Known Subclasses:
IndirectPropertyName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJavaValue(int codepage) static intintgetSize()voidvoidsetJavaValue(String string, int codepage) static voidsetMaxRecordLength(int length) intwrite(OutputStream out)
-
Constructor Details
-
CodePageString
public CodePageString()
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for CodePageString
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for CodePageString
-
read
-
getJavaValue
- Throws:
UnsupportedEncodingException
-
getSize
public int getSize() -
setJavaValue
- Throws:
UnsupportedEncodingException
-
write
- Throws:
IOException
-