Package org.apache.poi.hdgf.streams
Class StringsStream
- java.lang.Object
-
- org.apache.poi.hdgf.streams.Stream
-
- org.apache.poi.hdgf.streams.StringsStream
-
public final class StringsStream extends Stream
A Stream which holds Strings. This is just another kind of ChunkStream, it seems
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)
-
-
-
Constructor Detail
-
StringsStream
protected StringsStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory)
-
-