File
Doc
Category
Size
Date
Package
UnknownStream.java
API Doc
Apache Poi 3.0.1
1262
Mon Jun 18 21:03:50 BST 2007
org.apache.poi.hdgf.streams
UnknownStream
java.lang.Object
org.apache.poi.hdgf.streams.Stream
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
Java Code Source