public class ZonedUnsignedLongP17Field extends ZonedUnsignedLongField
| Constructor and Description |
|---|
ZonedUnsignedLongP17Field(int offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(byte[] buffer)
Answer a long value from the given byte array buffer,
at the offset of this field.
|
long |
getLong(byte[] buffer,
int bufOffset)
Answer a long value from the given byte array buffer,
at the bufOffset + offset of this field.
|
void |
putLong(long value,
byte[] buffer)
Put a long value into the given byte array buffer,
at the offset of this field.
|
void |
putLong(long value,
byte[] buffer,
int bufOffset)
Put a long value into the given byte array buffer,
at the bufOffset + offset of this field.
|
equals, getByteLength, getLength, getOffset, getPrecision, isBlankWhenZero, isSigned, isSignExternal, isSignTrailing, setOffset, setSignExternalpublic long getLong(byte[] buffer,
int bufOffset)
ExternalDecimalAsLongFieldgetLong in interface LongAccessorgetLong in class ZonedUnsignedLongFieldbuffer - the byte arraybufOffset - the additional offset into the byte arraypublic long getLong(byte[] buffer)
ExternalDecimalAsLongFieldgetLong in interface LongAccessorgetLong in class ZonedUnsignedLongFieldbuffer - the byte arraypublic void putLong(long value,
byte[] buffer,
int bufOffset)
throws java.lang.IllegalArgumentException
ExternalDecimalAsLongFieldputLong in interface LongAccessorputLong in class ZonedUnsignedLongFieldvalue - the long valuebuffer - the byte arraybufOffset - the additional offset into the byte arrayjava.lang.IllegalArgumentException - if the value is out of rangepublic void putLong(long value,
byte[] buffer)
throws java.lang.IllegalArgumentException
ExternalDecimalAsLongFieldputLong in interface LongAccessorputLong in class ZonedUnsignedLongFieldvalue - the long valuebuffer - the byte arrayjava.lang.IllegalArgumentException - if the value is out of range