Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » [javadoc | source]
org.apache.cocoon.poi.hssf.record
public class: ContinueRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.ContinueRecord
Title: Continue Record - Helper class used primarily for SST Records

Description: handles overflow for prior record in the input stream; content is tailored to that prior record

Field Summary
public static final  short sid     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public ContinueRecord() 
 public ContinueRecord(short id,
    short size,
    byte[] data) 
 public ContinueRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.ContinueRecord Summary:
fillFields,   fillFields,   getData,   getSid,   processContinue,   serialize,   setData,   toString,   validateSid
Methods from org.apache.cocoon.poi.hssf.record.Record:
fillFields,   fillFields,   getRecordSize,   getSid,   isInValueSection,   isValue,   processContinueRecord,   serialize,   toString,   validateSid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.ContinueRecord Detail:
 protected  void fillFields(byte[] data,
    short ignored_parm2) 
    Fill the fields. Only thing is, this record has no fields --
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
    Fill the fields. Only thing is, this record has no fields --
 public byte[] getData() 
    get the data for continuation
 public short getSid() 
 public static byte[] processContinue(byte[] data) 
Deprecated! handle - this within the record...this didn't actualyl work out

    Use to serialize records that are too big for their britches (>8228..why 8228 and not 8192 aka 8k? Those folks in washington don't ususally make sense... or at least to anyone outside fo marketing...
 public byte[] serialize() 
    USE ONLY within "processContinue"
 public  void setData(byte[] data) 
    set the data for continuation
 public String toString() 
    Debugging toString
 protected  void validateSid(short id) 
    Make sure we have a good id