public class LinkedDataFormulaField extends Object implements CustomField
Constructor and Description |
---|
LinkedDataFormulaField() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
fillField(RecordInputStream in)
Populates this fields data from the byte array passed in.
|
Stack |
getFormulaTokens() |
int |
getSize() |
int |
serializeField(int offset,
byte[] data)
Converts this field to it's byte array form.
|
void |
setFormulaTokens(Stack formulaTokens) |
String |
toString() |
void |
toString(StringBuffer buffer)
Appends the string representation of this field to the supplied
StringBuffer.
|
public int getSize()
getSize
in interface CustomField
fillField()
public int fillField(RecordInputStream in)
CustomField
fillField
in interface CustomField
in
- the RecordInputstream to read the record frompublic void toString(StringBuffer buffer)
CustomField
toString
in interface CustomField
buffer
- The string buffer to append to.public int serializeField(int offset, byte[] data)
CustomField
serializeField
in interface CustomField
offset
- The offset into the byte array to start writing to.data
- The data array to write to.public void setFormulaTokens(Stack formulaTokens)
public Stack getFormulaTokens()
Copyright © 2014 Open Microscopy Environment