|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which describes a Field
which has float accessors.
Method Summary | |
float |
getFloat(byte[] buffer)
Answer a float from the given byte array buffer, at the offset of this field. |
float |
getFloat(byte[] buffer,
int bufOffset)
Answer a float from the given byte array buffer, at the bufOffset + offset of this field. |
void |
putFloat(float value,
byte[] buffer)
Put a float into the given byte array buffer, at the offset of this field. |
void |
putFloat(float value,
byte[] buffer,
int bufOffset)
Put a float 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 |
public float getFloat(byte[] buffer)
buffer
- the byte array
public float getFloat(byte[] buffer, int bufOffset)
buffer
- the byte arraybufOffset
- the additional offset into the byte array
public void putFloat(float value, byte[] buffer)
value
- the float valuebuffer
- the byte arraypublic void putFloat(float value, byte[] buffer, int bufOffset)
value
- the float 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 |