public interface Field
Field objects are often constructed by a
DatatypeFactory
, which builds consecutive fields at adjoining
offsets in a template record.
Modifier and Type | Method and Description |
---|---|
int |
getByteLength()
Answer the length of the field described by the receiver
|
int |
getOffset()
Answer the offset of this field into some array of bytes
|
void |
setOffset(int offset) |
int getByteLength()
int getOffset()
void setOffset(int offset)
getOffset()