Uses of Class
org.apache.poi.hdgf.streams.StreamStore
-
Packages that use StreamStore Package Description org.apache.poi.hdgf.streams -
-
Uses of StreamStore in org.apache.poi.hdgf.streams
Subclasses of StreamStore in org.apache.poi.hdgf.streams Modifier and Type Class Description classCompressedStreamStoreA StreamStore where the data on-disk is compressed, using the crazy Visio LZWMethods in org.apache.poi.hdgf.streams that return StreamStore Modifier and Type Method Description StreamStoreStream. _getStore()protected StreamStoreStream. getStore()Constructors in org.apache.poi.hdgf.streams with parameters of type StreamStore Constructor Description PointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)Stream(Pointer pointer, StreamStore store)Creates a new Stream, having already used the pointer to build a storeStringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)UnknownStream(Pointer pointer, StreamStore store)
-