Package org.apache.poi.xssf.binary
Class XSSFBParser
java.lang.Object
org.apache.poi.xssf.binary.XSSFBParser
- Direct Known Subclasses:
XSSFBCommentsTable,XSSFBSheetHandler,XSSFBStylesTable
Experimental parser for Microsoft's ooxml xlsb format.
Not thread safe, obviously. Need to create a new one
for each thread.
- Since:
- 3.16-beta3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intabstract voidhandleRecord(int recordType, byte[] data) voidparse()static voidsetMaxRecordLength(int length)
-
Constructor Details
-
XSSFBParser
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for XSSFBParser
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for XSSFBParser
-
parse
- Throws:
IOException
-
handleRecord
- Throws:
XSSFBParseException
-