|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hdgf.streams.Stream
org.apache.poi.hdgf.streams.PointerContainingStream
public class PointerContainingStream
A stream that holds pointers, possibly in addition to some other data too.
Method Summary | |
---|---|
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. |
Stream[] |
getPointedToStreams()
Returns all the "child" streams. |
Methods inherited from class org.apache.poi.hdgf.streams.Stream |
---|
_getContentsLength, _getStore, createStream, getPointer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Stream[] getPointedToStreams()
public void findChildren(byte[] documentData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |