@Internal public class CodePageString extends java.lang.Object
| Constructor and Description |
|---|
CodePageString() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJavaValue(int codepage) |
int |
getSize() |
void |
read(LittleEndianByteArrayInputStream lei) |
void |
setJavaValue(java.lang.String string,
int codepage) |
int |
write(java.io.OutputStream out) |
public void read(LittleEndianByteArrayInputStream lei)
public java.lang.String getJavaValue(int codepage)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic int getSize()
public void setJavaValue(java.lang.String string,
int codepage)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic int write(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionCopyright 2020 The Apache Software Foundation or its licensors, as applicable.