|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleAccessor
An interface which describes a Field
which has double accessors.
Method Summary | |
---|---|
double |
getDouble(byte[] buffer)
Answer a double from the given byte array buffer, at the offset of this field. |
double |
getDouble(byte[] buffer,
int bufOffset)
Answer a double from the given byte array buffer, at the bufOffset + offset of this field. |
void |
putDouble(double value,
byte[] buffer)
Put a double into the given byte array buffer, at the offset of this field. |
void |
putDouble(double value,
byte[] buffer,
int bufOffset)
Put a double into the given byte array buffer, at the bufOffset + offset of this field. |
Methods inherited from interface com.ibm.jzos.fields.Field |
---|
getByteLength, getOffset, setOffset |
Method Detail |
---|
double getDouble(byte[] buffer)
buffer
- the byte array
double getDouble(byte[] buffer, int bufOffset)
buffer
- the byte arraybufOffset
- the additional offset into the byte array
void putDouble(double value, byte[] buffer)
value
- the double valuebuffer
- the byte arrayvoid putDouble(double value, byte[] buffer, int bufOffset)
value
- the double valuebuffer
- the byte arraybufOffset
- the additional offset into the byte array
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |