jxl.biff
Class ContinueRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.biff.WritableRecordData
          extended byjxl.biff.ContinueRecord
All Implemented Interfaces:
ByteData

public class ContinueRecord
extends WritableRecordData

A continue record - only used explicitly in special circumstances, as the general continuation record is handled directly by the records


Field Summary
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Constructor Summary
ContinueRecord(byte[] d)
          Constructor invoked when creating continue records
ContinueRecord(Record t)
          Constructor
 
Method Summary
 byte[] getData()
          Accessor for the binary data - used when copying
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinueRecord

public ContinueRecord(Record t)
Constructor

Parameters:
t - the raw bytes

ContinueRecord

public ContinueRecord(byte[] d)
Constructor invoked when creating continue records

Parameters:
d - the data
Method Detail

getData

public byte[] getData()
Accessor for the binary data - used when copying

Specified by:
getData in class WritableRecordData
Returns:
the binary data