FileDocCategorySizeDatePackage
TrailerStream.javaAPI DocApache Poi 3.0.11599Tue Jun 19 20:47:42 BST 2007org.apache.poi.hdgf.streams

TrailerStream

public class TrailerStream extends PointerContainingStream
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.

Fields Summary
Constructors Summary
protected TrailerStream(Pointer pointer, StreamStore store, ChunkFactory chunkFactory, PointerFactory pointerFactory)

		super(pointer, store, chunkFactory, pointerFactory);
	
Methods Summary