Uses of Class
org.apache.poi.hdgf.chunks.ChunkTrailer
-
Packages that use ChunkTrailer Package Description org.apache.poi.hdgf.chunks -
-
Uses of ChunkTrailer in org.apache.poi.hdgf.chunks
Methods in org.apache.poi.hdgf.chunks that return ChunkTrailer Modifier and Type Method Description ChunkTrailer
Chunk. getTrailer()
Gets the trailer for this chunk, if it existsConstructors in org.apache.poi.hdgf.chunks with parameters of type ChunkTrailer Constructor Description Chunk(ChunkHeader header, ChunkTrailer trailer, ChunkSeparator separator, byte[] contents)
-