Uses of Package
org.apache.poi.hdgf.chunks
-
Packages that use org.apache.poi.hdgf.chunks Package Description org.apache.poi.hdgf.chunks org.apache.poi.hdgf.streams -
Classes in org.apache.poi.hdgf.chunks used by org.apache.poi.hdgf.chunks Class Description Chunk Base of all chunks, which hold data, flags etcChunk.Command A command in the visio file.ChunkFactory.CommandDefinition The definition of a Command, which a chunk may hold.ChunkHeader A chunk headerChunkHeaderV6 A chunk header from v6ChunkSeparator A separator between the trailer of one chunk, and the header of the next oneChunkTrailer A trailer that follows a chunk -
Classes in org.apache.poi.hdgf.chunks used by org.apache.poi.hdgf.streams Class Description Chunk Base of all chunks, which hold data, flags etcChunkFactory Factor class to create the appropriate chunks, which needs the version of the file to process the chunk header and trailer areas.