Save This Page
Home » POI-3.5 » org.apache » poi » hssf » record » [javadoc | source]
org.apache.poi.hssf.record
public final class: EOFRecord [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.RecordBase
      org.apache.poi.hssf.record.Record
         org.apache.poi.hssf.record.StandardRecord
            org.apache.poi.hssf.record.EOFRecord
End Of File record.

Description: Marks the end of records belonging to a particular object in the HSSF File

REFERENCE: PG 307 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

Field Summary
public static final  short sid     
public static final  int ENCODED_SIZE     
public static final  EOFRecord instance     
Constructor:
 public EOFRecord(RecordInputStream in) 
    Parameters:
    in - unused (since this record has no data)
Method from org.apache.poi.hssf.record.EOFRecord Summary:
clone,   getDataSize,   getSid,   serialize,   toString
Methods from org.apache.poi.hssf.record.StandardRecord:
getDataSize,   getRecordSize,   serialize,   serialize
Methods from org.apache.poi.hssf.record.Record:
clone,   cloneViaReserialise,   getSid,   serialize,   toString
Methods from org.apache.poi.hssf.record.RecordBase:
getRecordSize,   serialize
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.EOFRecord Detail:
 public Object clone() 
 protected int getDataSize() 
 public short getSid() 
 public  void serialize(LittleEndianOutput out) 
 public String toString()