TrailerStream
public class PointerContainingStream extends Stream
Modifier | Constructor | Description |
---|---|---|
protected |
PointerContainingStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory,
PointerFactory pointerFactory) |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_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 2018 The Apache Software Foundation or its licensors, as applicable.