Class DocumentInputStream

java.lang.Object
java.io.InputStream
org.docx4j.org.apache.poi.poifs.filesystem.DocumentInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, LittleEndianInput
Direct Known Subclasses:
NDocumentInputStream, ODocumentInputStream

public class DocumentInputStream extends InputStream implements LittleEndianInput
This class provides methods to read a DocumentEntry managed by a POIFSFileSystem or NPOIFSFileSystem instance. It creates the appropriate one, and delegates, allowing us to work transparently with the two.