org.apache.poi.hsmf.parsers
Class POIFSChunkParser

java.lang.Object
  extended by org.apache.poi.hsmf.parsers.POIFSChunkParser

public final class POIFSChunkParser
extends java.lang.Object

Processes a POIFS of a .msg file into groups of Chunks, such as core data, attachment #1 data, attachment #2 data, recipient data and so on.


Constructor Summary
POIFSChunkParser()
           
 
Method Summary
static ChunkGroup[] parse(org.apache.poi.poifs.filesystem.DirectoryNode node)
           
static ChunkGroup[] parse(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POIFSChunkParser

public POIFSChunkParser()
Method Detail

parse

public static ChunkGroup[] parse(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
                          throws java.io.IOException
Throws:
java.io.IOException

parse

public static ChunkGroup[] parse(org.apache.poi.poifs.filesystem.DirectoryNode node)
                          throws java.io.IOException
Throws:
java.io.IOException