public class ZonedEmbeddedLeadingSignedIntP6Field extends ZonedEmbeddedLeadingSignedIntField
| Constructor and Description |
|---|
ZonedEmbeddedLeadingSignedIntP6Field(int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(byte[] buffer)
Answer an int value from the given byte array buffer,
at the offset of this field.
|
int |
getInt(byte[] buffer,
int bufOffset)
Answer an int value from the given byte array buffer,
at the bufOffset + offset of this field.
|
void |
putInt(int value,
byte[] buffer)
Put an int value into the given byte array buffer,
at the offset of this field.
|
void |
putInt(int value,
byte[] buffer,
int bufOffset)
Put an int value into the given byte array buffer,
at the bufOffset + offset of this field.
|
equals, getByteLength, getLength, getOffset, getPrecision, isBlankWhenZero, isSigned, isSignExternal, isSignTrailing, setOffsetpublic ZonedEmbeddedLeadingSignedIntP6Field(int offset)
public int getInt(byte[] buffer,
int bufOffset)
ExternalDecimalAsIntFieldgetInt in interface IntAccessorgetInt in class ZonedEmbeddedLeadingSignedIntFieldbuffer - the byte arraybufOffset - the additional offset into the byte arraypublic int getInt(byte[] buffer)
ExternalDecimalAsIntFieldgetInt in interface IntAccessorgetInt in class ZonedEmbeddedLeadingSignedIntFieldbuffer - the byte arraypublic void putInt(int value,
byte[] buffer,
int bufOffset)
throws java.lang.IllegalArgumentException
ExternalDecimalAsIntFieldputInt in interface IntAccessorputInt in class ZonedEmbeddedLeadingSignedIntFieldvalue - the int valuebuffer - the byte arraybufOffset - the additional offset into the byte arrayjava.lang.IllegalArgumentException - if the value is out of rangepublic void putInt(int value,
byte[] buffer)
throws java.lang.IllegalArgumentException
ExternalDecimalAsIntFieldputInt in interface IntAccessorputInt in class ZonedEmbeddedLeadingSignedIntFieldvalue - the signed int valuebuffer - the byte arrayjava.lang.IllegalArgumentException - if the value is out of range