jxl.write.biff
Class InterfaceEndRecord

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

class InterfaceEndRecord
extends WritableRecordData

Marks the end of the user interface section of the Book stream. It has no data field


Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
InterfaceEndRecord()
          Consructor
 
Method Summary
 byte[] getData()
          Gets the binary data for output
 
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

InterfaceEndRecord

public InterfaceEndRecord()
Consructor
Method Detail

getData

public byte[] getData()
Gets the binary data for output
Overrides:
getData in class WritableRecordData
Returns:
the binary data