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 classA 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 StreamStoreModifierConstructorDescriptionprotectedChunkStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protectedPointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protectedStream(Pointer pointer, StreamStore store) Creates a new Stream, having already used the pointer to build a storeprotectedStringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory) protectedTrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory) protectedUnknownStream(Pointer pointer, StreamStore store)