OpenOffice.org
XMerge API

org.openoffice.xmerge.converter.xml.sxc.pexcel.Records
Class BIFFRecord

java.lang.Object
  |
  +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
Direct Known Subclasses:
BeginningOfFile, BlankCell, BoolErrCell, BoundSheet, CodePage, ColInfo, DefColWidth, DefinedName, DefRowHeight, Eof, ExtendedFormat, FloatNumber, FontDescription, Formula, LabelCell, NumberFormat, Pane, Row, Selection, StringValue, Window1, Window2

public abstract class BIFFRecord
extends java.lang.Object


Constructor Summary
BIFFRecord()
           
 
Method Summary
abstract  void write(java.io.OutputStream output)
          Writes the record, including the BIFF record byte to the outputstream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIFFRecord

public BIFFRecord()
Method Detail

write

public abstract void write(java.io.OutputStream output)
                    throws java.io.IOException
Writes the record, including the BIFF record byte to the outputstream
Parameters:
output - The output stream to write to in LittleEndian format.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org