Package org.apache.poi.hsmf.parsers
Class POIFSChunkParser
java.lang.Object
org.apache.poi.hsmf.parsers.POIFSChunkParser
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChunkGroup[]
parse
(DirectoryNode node) static ChunkGroup[]
parse
(POIFSFileSystem fs) protected static void
process
(Entry entry, ChunkGroup grouping) Creates a chunk, and gives it to its parent groupprotected static void
processChunks
(DirectoryNode node, ChunkGroup grouping) Creates all the chunks for a given Directory, but doesn't recurse or descend
-
Constructor Details
-
POIFSChunkParser
public POIFSChunkParser()
-
-
Method Details
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-
processChunks
Creates all the chunks for a given Directory, but doesn't recurse or descend -
process
Creates a chunk, and gives it to its parent group
-