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 displayedException
public static void displayHeader(HeaderBlock header_block) throws Exception
Exception
public static void displayRawBlocksSummary(RawDataBlockList data_blocks) throws Exception
Exception
public static void displayBATReader(BlockAllocationTableReader batReader) throws Exception
Exception
Copyright © 2020. All rights reserved.