|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FloatAccessor
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 |
---|
float getFloat(byte[] buffer)
buffer
- the byte array
float getFloat(byte[] buffer, int bufOffset)
buffer
- the byte arraybufOffset
- the additional offset into the byte array
void putFloat(float value, byte[] buffer)
value
- the float valuebuffer
- the byte arrayvoid 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 |