|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.binary.XSSFBUtils
@Internal public class XSSFBUtils
Constructor Summary | |
---|---|
XSSFBUtils()
|
Method Summary | |
---|---|
static int |
readXLWideString(byte[] data,
int offset,
java.lang.StringBuilder sb)
Reads an XLNullableWideString. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSSFBUtils()
Method Detail |
---|
public static int readXLWideString(byte[] data, int offset, java.lang.StringBuilder sb) throws XSSFBParseException
data
- data from which to readoffset
- in data from which to startsb
- buffer to which to write. You must setLength(0) before calling!
XSSFBParseException
- if there was an exception while trying to read the string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |