public class POIFSHeaderDumper
extends java.lang.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(java.lang.String[] args)
Display the entries of multiple POIFS files
|
static void |
viewFile(java.lang.String filename) |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- the names of the files to be displayedjava.lang.Exception
public static void viewFile(java.lang.String filename) throws java.lang.Exception
java.lang.Exception
public static void displayHeader(HeaderBlock header_block) throws java.lang.Exception
java.lang.Exception
public static void displayRawBlocksSummary(RawDataBlockList data_blocks) throws java.lang.Exception
java.lang.Exception
public static void displayBATReader(BlockAllocationTableReader batReader) throws java.lang.Exception
java.lang.Exception
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.