|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hdgf.streams.Stream org.apache.poi.hdgf.streams.PointerContainingStream org.apache.poi.hdgf.streams.TrailerStream
public class TrailerStream
The TrailerStream is a special kind of Stream containing pointers, and some core document settings. These is one of these in each document, and it's pointed to by a special series of byte near the start of the file.
Constructor Summary | |
---|---|
protected |
TrailerStream(Pointer pointer,
StreamStore store,
ChunkFactory chunkFactory,
PointerFactory pointerFactory)
|
Method Summary |
---|
Methods inherited from class org.apache.poi.hdgf.streams.PointerContainingStream |
---|
findChildren, getChildPointers, getPointedToStreams |
Methods inherited from class org.apache.poi.hdgf.streams.Stream |
---|
_getContentsLength, _getStore, createStream, getPointer, getStore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |