Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » dev » [javadoc | source]
org.apache.poi.hssf.dev
public final class: BiffViewer [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.dev.BiffViewer
Utillity for reading in BIFF8 records and displaying data from them.
Constructor:
 public BiffViewer(File inFile,
    PrintStream ps) 
Method from org.apache.poi.hssf.dev.BiffViewer Summary:
createRecords,   main,   run,   setDump
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.dev.BiffViewer Detail:
 public static Record[] createRecords(InputStream in,
    boolean dump,
    PrintStream ps) throws RecordFormatException 
    Create an array of records from an input stream
 public static  void main(String[] args) 
    Method main with 1 argument just run straight biffview against given file

    with 2 arguments where the second argument is "on" - run biffviewer

    with hex dumps of records

    with 2 arguments where the second argument is "bfd" just run a big fat hex dump of the file...don't worry about biffviewing it at all

    Define the system property poi.deserialize.escher to turn on deserialization of escher records.

 public  void run() 
    Method run starts up BiffViewer...
 public  void setDump(boolean dump) 
    Method setDump - hex dump out data or not.