Constructors in org.apache.poi.hdgf.streams with parameters of type StreamStore |
ChunkStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory)
|
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 store |
StringsStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory)
|
TrailerStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory,
PointerFactory pointerFactory)
|
UnknownStream(Pointer pointer,
StreamStore store)
|