Package org.apache.poi.hssf.dev
Class RecordLister
- java.lang.Object
-
- org.apache.poi.hssf.dev.RecordLister
-
public class RecordLister extends java.lang.ObjectThis 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(java.lang.String[] args)voidrun()voidsetFile(java.lang.String file)
-