public final class SlideShowRecordDumper extends Object
| Constructor and Description |
|---|
SlideShowRecordDumper(String fileName,
boolean verbose,
boolean escher)
Constructs a Powerpoint dump from fileName.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDiskLen(Record r) |
String |
getPrintableRecordContents(Record r) |
static void |
main(String[] args)
right now this function takes one parameter: a ppt file, and outputs
a dump of what it contains
|
String |
makeHex(int number,
int padding) |
void |
printDump() |
String |
printEscherContainerRecord(EscherContainerRecord ecr) |
String |
printEscherRecord(EscherRecord er) |
static void |
printUsage() |
String |
reverseHex(String s) |
void |
walkTree(int depth,
int pos,
Record[] records) |
public SlideShowRecordDumper(String fileName, boolean verbose, boolean escher) throws IOException
fileName - The name of the file to read.IOException - if there is a problem while parsing the document.public static void main(String[] args) throws IOException
IOExceptionpublic static void printUsage()
public void printDump()
throws IOException
IOExceptionpublic String makeHex(int number, int padding)
public int getDiskLen(Record r) throws IOException
IOExceptionpublic String getPrintableRecordContents(Record r) throws IOException
IOExceptionpublic String printEscherRecord(EscherRecord er)
public String printEscherContainerRecord(EscherContainerRecord ecr)
public void walkTree(int depth,
int pos,
Record[] records)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.