Uses of Package
org.apache.poi.hdgf.chunks

Packages that use org.apache.poi.hdgf.chunks
org.apache.poi.hdgf.chunks   
org.apache.poi.hdgf.streams   
 

Classes in org.apache.poi.hdgf.chunks used by org.apache.poi.hdgf.chunks
Chunk
          Base of all chunks, which hold data, flags etc
Chunk.Command
          A command in the visio file.
ChunkFactory.CommandDefinition
          The definition of a Command, which a chunk may hold.
ChunkHeader
          A chunk header
ChunkHeaderV6
          A chunk header from v6
ChunkSeparator
          A separator between the trailer of one chunk, and the header of the next one
ChunkTrailer
          A trailer that follows a chunk
 

Classes in org.apache.poi.hdgf.chunks used by org.apache.poi.hdgf.streams
Chunk
          Base of all chunks, which hold data, flags etc
ChunkFactory
          Factor class to create the appropriate chunks, which needs the version of the file to process the chunk header and trailer areas.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.