org.apache.poi.xssf.binary
Class XSSFBStylesTable

java.lang.Object
  extended by org.apache.poi.xssf.binary.XSSFBParser
      extended by 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
XSSFBStylesTable(java.io.InputStream is)
           
 
Method Summary
 void handleRecord(int recordType, byte[] data)
           
 
Methods inherited from class org.apache.poi.xssf.binary.XSSFBParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFBStylesTable

public XSSFBStylesTable(java.io.InputStream is)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

handleRecord

public void handleRecord(int recordType,
                         byte[] data)
                  throws XSSFBParseException
Specified by:
handleRecord in class XSSFBParser
Throws:
XSSFBParseException


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.