public class POIFSHeaderDumper
extends java.lang.Object
Constructor and Description |
---|
POIFSHeaderDumper() |
Modifier and Type | Method and Description |
---|---|
static void |
displayBATReader(java.lang.String type,
BlockAllocationTableReader batReader) |
static void |
displayHeader(HeaderBlock header_block) |
static void |
displayProperties(DirectoryProperty prop,
java.lang.String indent) |
static void |
displayPropertiesSummary(PropertyTable properties) |
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(java.lang.String type, BlockAllocationTableReader batReader) throws java.lang.Exception
java.lang.Exception
public static void displayPropertiesSummary(PropertyTable properties)
public static void displayProperties(DirectoryProperty prop, java.lang.String indent)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.