public class PointerContainingStream extends Stream
Modifier | Constructor and Description |
---|---|
protected |
PointerContainingStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory,
PointerFactory pointerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
findChildren(byte[] documentData)
Performs a recursive search, identifying the pointers we contain,
creating the Streams for where they point to, then searching
those if appropriate.
|
protected Pointer[] |
getChildPointers()
Returns all the pointers that we contain
|
Stream[] |
getPointedToStreams()
Returns all the "child" streams.
|
_getContentsLength, _getStore, createStream, getPointer, getStore
protected PointerContainingStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
protected Pointer[] getChildPointers()
public Stream[] getPointedToStreams()
public void findChildren(byte[] documentData)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.