public abstract class Stream
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Stream(Pointer pointer,
StreamStore store)
Creates a new Stream, having already used the pointer
to build a store
|
Modifier and Type | Method and Description |
---|---|
int |
_getContentsLength() |
StreamStore |
_getStore() |
static Stream |
createStream(Pointer pointer,
byte[] documentData,
ChunkFactory chunkFactory,
PointerFactory pointerFactory)
Uses the pointer to locate a Stream within the document
data, and creates it.
|
Pointer |
getPointer() |
protected StreamStore |
getStore() |
protected Stream(Pointer pointer, StreamStore store)
public Pointer getPointer()
protected StreamStore getStore()
public StreamStore _getStore()
public int _getContentsLength()
public static Stream createStream(Pointer pointer, byte[] documentData, ChunkFactory chunkFactory, PointerFactory pointerFactory)
pointer
- The Pointer to create a stream fordocumentData
- The raw document dataCopyright © 2005-2010 Potix Corporation. All Rights Reserved.