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 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)