Package org.apache.poi.hssf.dev
Class RecordLister
- java.lang.Object
-
- org.apache.poi.hssf.dev.RecordLister
-
public class RecordLister extends Object
This is a low-level debugging class, which simply prints out what records come in what order. Most people will want to useBiffViewerorEFBiffViewer, but this can be handy when trying to make sense ofContinueRecordspecial cases. Output is of the form: SID - Length - Type (if known) byte0 byte1 byte2 byte3 .... byte(n-4) byte(n-3) byte(n-2) byte(n-1)
-
-
Constructor Summary
Constructors Constructor Description RecordLister()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidrun()voidsetFile(String file)
-
-
-
Method Detail
-
run
public void run() throws IOException- Throws:
IOException
-
setFile
public void setFile(String file)
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-