File
Doc
Category
Size
Date
Package
StringsStream.java
API Doc
Apache Poi 3.0.1
1332
Tue Jun 26 22:17:52 BST 2007
org.apache.poi.hdgf.streams
StringsStream
java.lang.Object
org.apache.poi.hdgf.streams.Stream
public class StringsStream extends Stream
A Stream which holds Strings. This is just another kind of ChunkStream, it seems
Fields Summary
Constructors Summary
protected StringsStream
(
Pointer
pointer,
StreamStore
store,
ChunkFactory
chunkFactory)
super(pointer, store); // super(pointer, store, chunkFactory);
Methods Summary
Java Code Source