| Package | Description | 
|---|---|
| org.apache.poi.hdgf.streams | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompressedStreamStoreA StreamStore where the data on-disk is compressed,
  using the crazy Visio LZW | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamStore | Stream. _getStore() | 
| protected StreamStore | Stream. getStore() | 
| Constructor and Description | 
|---|
| 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) | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.