FileDocCategorySizeDatePackage
StringsStream.javaAPI DocApache Poi 3.0.11332Tue Jun 26 22:17:52 BST 2007org.apache.poi.hdgf.streams

StringsStream

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