Package loci.poi.hssf.record
Class LinkedDataFormulaField
java.lang.Object
loci.poi.hssf.record.LinkedDataFormulaField
- All Implemented Interfaces:
Cloneable,CustomField
Not implemented yet. May commit it anyway just so people can see
where I'm heading.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intPopulates this fields data from the byte array passed in.intgetSize()intserializeField(int offset, byte[] data) Converts this field to it's byte array form.voidsetFormulaTokens(Stack formulaTokens) toString()voidtoString(StringBuffer buffer) Appends the string representation of this field to the supplied StringBuffer.
-
Constructor Details
-
LinkedDataFormulaField
public LinkedDataFormulaField()
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSizein interfaceCustomField- Returns:
- The size of this field in bytes. This operation is not valid
until after the call to
fillField()
-
fillField
Description copied from interface:CustomFieldPopulates this fields data from the byte array passed in.- Specified by:
fillFieldin interfaceCustomField- Parameters:
in- the RecordInputstream to read the record from
-
toString
Description copied from interface:CustomFieldAppends the string representation of this field to the supplied StringBuffer.- Specified by:
toStringin interfaceCustomField- Parameters:
buffer- The string buffer to append to.
-
toString
-
serializeField
public int serializeField(int offset, byte[] data) Description copied from interface:CustomFieldConverts this field to it's byte array form.- Specified by:
serializeFieldin interfaceCustomField- Parameters:
offset- The offset into the byte array to start writing to.data- The data array to write to.- Returns:
- The number of bytes written.
-
clone
-
setFormulaTokens
-
getFormulaTokens
-