public class XLUnicodeString extends Object
Constructor and Description |
---|
XLUnicodeString(RecordInputStream in) |
XLUnicodeString(String str,
boolean highByte) |
Modifier and Type | Method and Description |
---|---|
void |
appendString(StringBuffer sb,
String prefix) |
int |
getCharCount() |
int |
getDataSize() |
String |
getString() |
boolean |
isHighByte() |
void |
serialize(LittleEndianOutput out) |
void |
setHighByte(boolean flag) |
void |
setString(String str) |
public XLUnicodeString(RecordInputStream in)
public XLUnicodeString(String str, boolean highByte)
public boolean isHighByte()
public void setHighByte(boolean flag)
public int getCharCount()
public String getString()
public void setString(String str)
public void serialize(LittleEndianOutput out)
public int getDataSize()
public void appendString(StringBuffer sb, String prefix)
Copyright © 2020. All rights reserved.