Uses of Class
org.apache.poi.hdgf.streams.Stream
-
Packages that use Stream Package Description org.apache.poi.hdgf org.apache.poi.hdgf.streams -
-
Uses of Stream in org.apache.poi.hdgf
Methods in org.apache.poi.hdgf that return Stream Modifier and Type Method Description Stream[]HDGFDiagram. getTopLevelStreams()Returns all the top level streams, which are the streams pointed to by the TrailerStream. -
Uses of Stream in org.apache.poi.hdgf.streams
Subclasses of Stream in org.apache.poi.hdgf.streams Modifier and Type Class Description classChunkStreamclassPointerContainingStreamA stream that holds pointers, possibly in addition to some other data too.classStringsStreamA Stream which holds Strings.classTrailerStreamThe TrailerStream is a special kind of Stream containing pointers, and some core document settings.classUnknownStreamA placeholder for a stream where we don't known anything about how to process / handle itMethods in org.apache.poi.hdgf.streams that return Stream Modifier and Type Method Description static StreamStream. createStream(Pointer pointer, byte[] documentData, ChunkFactory chunkFactory, PointerFactory pointerFactory)Uses the pointer to locate a Stream within the document data, and creates it.Stream[]PointerContainingStream. getPointedToStreams()Returns all the "child" streams.
-