public final class POIFSChunkParser extends Object
| Constructor and Description |
|---|
POIFSChunkParser() |
| Modifier and Type | Method and Description |
|---|---|
static 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 group
|
protected static void |
processChunks(DirectoryNode node,
ChunkGroup grouping)
Creates all the chunks for a given Directory, but
doesn't recurse or descend
|
public static ChunkGroup[] parse(POIFSFileSystem fs) throws IOException
IOExceptionpublic static ChunkGroup[] parse(DirectoryNode node) throws IOException
IOExceptionprotected static void processChunks(DirectoryNode node, ChunkGroup grouping)
protected static void process(Entry entry, ChunkGroup grouping)
Copyright © 2020. All rights reserved.