Class XSSFBParser

    • Constructor Detail

      • XSSFBParser

        protected XSSFBParser​(InputStream is,
                              com.zaxxer.sparsebits.SparseBitSet bitSet)
        Parameters:
        is - inputStream
        bitSet - call handleRecord(int, byte[]) only on those records in this bitSet
    • Method Detail

      • 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