|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.Row
Represents s BIFF Record that describes the format of a column
Constructor Summary | |
Row()
Constructs a pocket Excel Document from the InputStream and assigns it the document name passed in |
|
Row(java.io.InputStream is)
Constructs a Row fro man InputStream |
Method Summary | |
short |
getBiffType()
Get the hex code for this particular BIFFRecord |
int |
read(java.io.InputStream input)
Reads a Row from an InputStream |
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 |
public Row()
InputStream
and assigns it the document name passed inis
- InputStream containing a Pocket Excel Data file.public Row(java.io.InputStream is) throws java.io.IOException
InputStream
is
- InputStream containing a Pane RecordMethod Detail |
public short getBiffType()
BIFFRecord
Row
public int read(java.io.InputStream input) throws java.io.IOException
InputStream
is
- InputStream containing a Pane Recordpublic void write(java.io.OutputStream output) throws java.io.IOException
BIFFRecord
write
in class BIFFRecord
org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
output
- The output stream to write to in LittleEndian format.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |