OpenOffice.org
XMerge API

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

java.lang.Object
  |
  +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
        |
        +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.Window1

public class Window1
extends BIFFRecord

Represents a BIFF REcord that describes workbook window attributes


Constructor Summary
Window1()
          Constructor
Window1(java.io.InputStream is)
          Constructs a Window1 Record from an InputStream
 
Method Summary
 short getBiffType()
          Get the hex code for this particular BIFFRecord
 int read(java.io.InputStream input)
          Reads a Window1 Record 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

Window1

public Window1()
Constructor

Window1

public Window1(java.io.InputStream is)
        throws java.io.IOException
Constructs a Window1 Record from an InputStream
Parameters:
is - InputStream containing a Window1 Record
Method Detail

getBiffType

public short getBiffType()
Get the hex code for this particular BIFFRecord
Returns:
the hex code for Window1

read

public int read(java.io.InputStream input)
         throws java.io.IOException
Reads a Window1 Record from an InputStream
Parameters:
is - InputStream containing a Window1 Record

write

public void write(java.io.OutputStream output)
           throws java.io.IOException
Description copied from class: BIFFRecord
Writes the record, including the BIFF record byte to the outputstream
Overrides:
write in class BIFFRecord
Following copied from class: org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
Parameters:
output - The output stream to write to in LittleEndian format.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org