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
A list of RawDataBlocks instances, and methods to manage the list
-
Constructor Summary
ConstructorsConstructorDescriptionRawDataBlockList(InputStream stream, POIFSBigBlockSize bigBlockSize) Constructor RawDataBlockList -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.poifs.storage.BlockListImpl
blockCount, fetchBlocks, get, remainingBlocks, remove, setBAT, setBlocks, zap
-
Constructor Details
-
RawDataBlockList
Constructor RawDataBlockList- Parameters:
stream- the InputStream from which the data will be readbigBlockSize- The big block size, either 512 bytes or 4096 bytes- Throws:
IOException- on I/O errors, and if an incomplete block is read
-