Uses of Class
org.apache.poi.hsmf.datatypes.Chunk

Packages that use Chunk
org.apache.poi.hsmf.datatypes   
org.apache.poi.hsmf.parsers   
 

Uses of Chunk in org.apache.poi.hsmf.datatypes
 

Subclasses of Chunk in org.apache.poi.hsmf.datatypes
 class StringChunk
          A Chunk made up of a single string.
 

Uses of Chunk in org.apache.poi.hsmf.parsers
 

Methods in org.apache.poi.hsmf.parsers that return Chunk
 Chunk POIFSChunkParser.getDocumentNode(Chunk chunk)
          Pulls a Chunk out of this objects root Node tree.
 Chunk POIFSChunkParser.getDocumentNode(java.util.HashMap dirNode, Chunk chunk)
          Pulls a ByteArrayOutputStream from this objects HashMap, this can be used to read a byte array of the contents of the given chunk.
 

Methods in org.apache.poi.hsmf.parsers with parameters of type Chunk
 Chunk POIFSChunkParser.getDocumentNode(Chunk chunk)
          Pulls a Chunk out of this objects root Node tree.
 Chunk POIFSChunkParser.getDocumentNode(java.util.HashMap dirNode, Chunk chunk)
          Pulls a ByteArrayOutputStream from this objects HashMap, this can be used to read a byte array of the contents of the given chunk.
 



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