public class POIFSHeaderDumper extends Object
| Constructor and Description |
|---|
POIFSHeaderDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
displayBATReader(BlockAllocationTableReader batReader) |
static void |
displayHeader(HeaderBlock header_block) |
static void |
displayRawBlocksSummary(RawDataBlockList data_blocks) |
static void |
main(String[] args)
Display the entries of multiple POIFS files
|
static void |
viewFile(String filename) |
public static void main(String[] args) throws Exception
args - the names of the files to be displayedExceptionpublic static void displayHeader(HeaderBlock header_block) throws Exception
Exceptionpublic static void displayRawBlocksSummary(RawDataBlockList data_blocks) throws Exception
Exceptionpublic static void displayBATReader(BlockAllocationTableReader batReader) throws Exception
ExceptionCopyright © 2020. All rights reserved.