Class XSSFBParser

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        XSSFBParser​(java.io.InputStream is)  
      protected XSSFBParser​(java.io.InputStream is, java.util.BitSet bitSet)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void handleRecord​(int recordType, byte[] data)  
      void parse()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XSSFBParser

        public XSSFBParser​(java.io.InputStream is)
      • XSSFBParser

        protected XSSFBParser​(java.io.InputStream is,
                              java.util.BitSet bitSet)
        Parameters:
        is - inputStream
        bitSet - call handleRecord(int, byte[]) only on those records in this bitSet
    • Method Detail

      • parse

        public void parse()
                   throws java.io.IOException
        Throws:
        java.io.IOException