public class LinkedDataFormulaField extends java.lang.Object implements CustomField
Constructor and Description |
---|
LinkedDataFormulaField() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
fillField(RecordInputStream in)
Populates this fields data from the byte array passed in.
|
java.util.Stack |
getFormulaTokens() |
int |
getSize() |
int |
serializeField(int offset,
byte[] data)
Converts this field to it's byte array form.
|
void |
setFormulaTokens(java.util.Stack formulaTokens) |
java.lang.String |
toString() |
void |
toString(java.lang.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(java.lang.StringBuffer buffer)
CustomField
toString
in interface CustomField
buffer
- The string buffer to append to.public java.lang.String toString()
toString
in class java.lang.Object
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 java.lang.Object clone()
clone
in class java.lang.Object
public void setFormulaTokens(java.util.Stack formulaTokens)
public java.util.Stack getFormulaTokens()
Copyright © 2014 Open Microscopy Environment