public static class SpreadsheetCache.CellValues
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Field and Description |
|---|---|
int |
colOffset
The offset value of a column in the stored cell values.
|
int |
rowOffset
The offset value of a row in the stored cell values.
|
java.lang.Object[][][] |
values
Represents the values of a cell in a spreadsheet.
|
| Constructor and Description |
|---|
CellValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
public int rowOffset
public int colOffset
public java.lang.Object[][][] values
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException