FileDocCategorySizeDatePackage
UnknownStream.javaAPI DocApache Poi 3.0.11262Mon Jun 18 21:03:50 BST 2007org.apache.poi.hdgf.streams

UnknownStream

public class UnknownStream extends Stream
A placeholder for a stream where we don't known anything about how to process / handle it

Fields Summary
Constructors Summary
protected UnknownStream(Pointer pointer, StreamStore store)

		super(pointer, store);
	
Methods Summary