Package org.apache.poi.xssf.binary
Class XSSFBUtils
java.lang.Object
org.apache.poi.xssf.binary.XSSFBUtils
- Since:
- 3.16-beta3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intreadXLWideString(byte[] data, int offset, StringBuilder sb) Reads an XLNullableWideString.
-
Constructor Details
-
XSSFBUtils
public XSSFBUtils()
-
-
Method Details
-
readXLWideString
public static int readXLWideString(byte[] data, int offset, StringBuilder sb) throws XSSFBParseException Reads an XLNullableWideString.- Parameters:
data- data from which to readoffset- in data from which to startsb- buffer to which to write. You must setLength(0) before calling!- Returns:
- number of bytes read
- Throws:
XSSFBParseException- if there was an exception while trying to read the string
-