Package org.apache.poi.xssf.binary
Class XSSFBUtils
- java.lang.Object
-
- org.apache.poi.xssf.binary.XSSFBUtils
-
@Internal public class XSSFBUtils extends java.lang.Object
- Since:
- 3.16-beta3
-
-
Constructor Summary
Constructors Constructor Description XSSFBUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
readXLWideString(byte[] data, int offset, java.lang.StringBuilder sb)
Reads an XLNullableWideString.
-
-
-
Method Detail
-
readXLWideString
public static int readXLWideString(byte[] data, int offset, java.lang.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
-
-