Uses of Class
org.apache.poi.hdgf.streams.StreamStore
Packages that use StreamStore
-
Uses of StreamStore in org.apache.poi.hdgf.streams
Subclasses of StreamStore in org.apache.poi.hdgf.streamsModifier and TypeClassDescriptionfinal class
A StreamStore where the data on-disk is compressed, using the crazy Visio LZWMethods in org.apache.poi.hdgf.streams that return StreamStoreConstructors in org.apache.poi.hdgf.streams with parameters of type StreamStoreModifierConstructorDescriptionprotected
ChunkStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protected
PointerContainingStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protected
Stream
(Pointer pointer, StreamStore store) Creates a new Stream, having already used the pointer to build a storeprotected
StringsStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protected
TrailerStream
(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protected
UnknownStream
(Pointer pointer, StreamStore store)