jxl.write.biff
Class EOFRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.EOFRecord
All Implemented Interfaces:
ByteData

class EOFRecord
extends WritableRecordData

Record which marks the end of the current stream


Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
EOFRecord()
          Constructor
 
Method Summary
 byte[] getData()
          Returns the binary data to be written to the output file
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EOFRecord

public EOFRecord()
Constructor
Method Detail

getData

public byte[] getData()
Returns the binary data to be written to the output file
Overrides:
getData in class WritableRecordData
Returns:
the binary data