jxl.read.biff
Class Record

java.lang.Object
  extended byjxl.read.biff.Record

public final class Record
extends java.lang.Object

A container for the raw record data within a biff file


Method Summary
 void addContinueRecord(Record d)
          Adds a continue record to this data
 int getCode()
          The excel 97 code
 byte[] getData()
          Gets the data portion of the record
 int getLength()
          Gets the length of the record
 Type getType()
          Gets the biff type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Type getType()
Gets the biff type

Returns:
the biff type

getLength

public int getLength()
Gets the length of the record

Returns:
the length of the record

getData

public byte[] getData()
Gets the data portion of the record

Returns:
the data portion of the record

getCode

public int getCode()
The excel 97 code

Returns:
the excel code

addContinueRecord

public void addContinueRecord(Record d)
Adds a continue record to this data

Parameters:
d - the continue record