Class RawDataBlockList

java.lang.Object
org.docx4j.org.apache.poi.poifs.storage.BlockListImpl
org.docx4j.org.apache.poi.poifs.storage.RawDataBlockList
All Implemented Interfaces:
BlockList

public class RawDataBlockList extends BlockListImpl
A list of RawDataBlocks instances, and methods to manage the list
  • Constructor Details

    • RawDataBlockList

      public RawDataBlockList(InputStream stream, POIFSBigBlockSize bigBlockSize) throws IOException
      Constructor RawDataBlockList
      Parameters:
      stream - the InputStream from which the data will be read
      bigBlockSize - The big block size, either 512 bytes or 4096 bytes
      Throws:
      IOException - on I/O errors, and if an incomplete block is read