public static class SpreadsheetCache.Sync
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Field and Description |
|---|---|
boolean |
clearPrevious
Indicates whether the previous cached data should be cleared or not.
|
SpreadsheetCache.SpreadsheetContext |
context
The SpreadsheetContext class represents the context of a spreadsheet,
including the active sheet and active cell coordinates.
|
int[] |
newIndexes
The newIndexes variable represents an array of integers.
|
SpreadsheetCache.SheetValues[] |
sheetValues
An array of cached sheet values in a spreadsheet.
|
| Constructor and Description |
|---|
Sync() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
public SpreadsheetCache.SpreadsheetContext context
public SpreadsheetCache.SheetValues[] sheetValues
public boolean clearPrevious
public int[] newIndexes
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