Populates this fields data from the byte array passed in.paramdata raw dataparamsize size of dataparamoffset of the record's data (provided a big array of the file)returnthe number of bytes read.
returnThe size of this field in bytes. This operation is not valid until after the call to fillField()
fillField()
Converts this field to it's byte array form.paramoffset The offset into the byte array to start writing to.paramdata The data array to write to.returnThe number of bytes written.
Appends the string representation of this field to the supplied StringBuffer.paramstr The string buffer to append to.