|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
com.kenai.jaffl.struct.Struct.NumberField
com.kenai.jaffl.struct.Struct.Signed8
public class Struct.Signed8
An 8 bit signed integer
Constructor Summary | |
---|---|
Struct.Signed8()
Creates a new 8 bit integer field. |
|
Struct.Signed8(Struct.Offset offset)
Creates a new 8 bit integer field at a specific offset |
Method Summary | |
---|---|
byte |
byteValue()
Returns a java byte representation of this field. |
byte |
get()
Gets the value for this field. |
int |
intValue()
Returns a java int representation of this field. |
void |
set(byte value)
Sets the value for this field. |
void |
set(Number value)
Sets the field to a new value. |
short |
shortValue()
Returns a java short representation of this field. |
Methods inherited from class com.kenai.jaffl.struct.Struct.NumberField |
---|
doubleValue, floatValue, getMemoryIO, longValue, offset, struct, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Struct.Signed8()
public Struct.Signed8(Struct.Offset offset)
offset
- The offset within the memory areaMethod Detail |
---|
public final byte get()
public final void set(byte value)
value
- the 8 bit value to set.public void set(Number value)
Struct.NumberField
set
in class Struct.NumberField
value
- The new value.public final byte byteValue()
byteValue
in class Number
public final short shortValue()
shortValue
in class Number
public final int intValue()
intValue
in class Number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |