org.apache.poi.hssf.record.common
Class Ref8U

java.lang.Object
  extended by org.apache.poi.hssf.record.common.Ref8U

public final class Ref8U
extends java.lang.Object

Title: Ref8U (Cell Range) common record part

This record part specifies common way of encoding a block of cells via first-last row-column.


Constructor Summary
Ref8U()
           
Ref8U(RecordInputStream in)
           
 
Method Summary
protected  int getDataSize()
           
 void serialize(LittleEndianOutput out)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ref8U

public Ref8U()

Ref8U

public Ref8U(RecordInputStream in)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

serialize

public void serialize(LittleEndianOutput out)

getDataSize

protected int getDataSize()


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.