|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.dev.SlideShowRecordDumper
public class SlideShowRecordDumper
This class provides a way to view the contents of a powerpoint file. It will use the recored layer to grok the contents of the file, and will print out what it finds.
Constructor Summary | |
---|---|
SlideShowRecordDumper(java.lang.String fileName)
Constructs a Powerpoint dump from fileName. |
Method Summary | |
---|---|
void |
close()
Shuts things down. |
int |
getDiskLen(Record r)
|
static void |
main(java.lang.String[] args)
right now this function takes one parameter: a ppt file, and outputs a dump of what it contains |
java.lang.String |
makeHex(int number,
int padding)
|
void |
printDump()
|
java.lang.String |
reverseHex(java.lang.String s)
|
void |
walkTree(int depth,
int pos,
Record[] records)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideShowRecordDumper(java.lang.String fileName) throws java.io.IOException
fileName
- The name of the file to read.
java.io.IOException
- if there is a problem while parsing the document.Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public void printDump() throws java.io.IOException
java.io.IOException
public java.lang.String makeHex(int number, int padding)
public java.lang.String reverseHex(java.lang.String s)
public int getDiskLen(Record r) throws java.io.IOException
java.io.IOException
public void walkTree(int depth, int pos, Record[] records) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |