Package org.apache.poi.hssf.dev
Class RecordLister
java.lang.Object
org.apache.poi.hssf.dev.RecordLister
This is a low-level debugging class, which simply prints
out what records come in what order.
Most people will want to use
BiffViewer or
EFBiffViewer, but this can be handy when
trying to make sense of ContinueRecord
special 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 -
Method Summary
-
Constructor Details
-
RecordLister
public RecordLister()
-
-
Method Details
-
run
- Throws:
IOException
-
setFile
-
main
- Throws:
IOException
-