Package org.apache.poi.xssf.binary
Class XSSFBStylesTable
- java.lang.Object
-
- org.apache.poi.xssf.binary.XSSFBParser
-
- org.apache.poi.xssf.binary.XSSFBStylesTable
-
@Internal public class XSSFBStylesTable extends XSSFBParser
This is a very thin shim to gather number formats from styles.bin files.- Since:
- 3.16-beta3
-
-
Constructor Summary
Constructors Constructor Description XSSFBStylesTable(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRecord(int recordType, byte[] data)
-
Methods inherited from class org.apache.poi.xssf.binary.XSSFBParser
parse
-
-
-
-
Method Detail
-
handleRecord
public void handleRecord(int recordType, byte[] data) throws XSSFBParseException
- Specified by:
handleRecord
in classXSSFBParser
- Throws:
XSSFBParseException
-
-