com.kenai.jaffl.struct
public class Struct.Signed16 extends Struct.NumberField
Constructor Summary | |
---|---|
Signed16()
Creates a new 16 bit integer field. | |
Signed16(Struct.Offset offset)
Creates a new 16 bit signed integer field at a specific offset
|
Method Summary | |
---|---|
short | get()
Gets the value for this field.
|
void | set(short value)
Sets the value for this field.
|
void | set(Number value) |
Parameters: offset The offset within the memory area for this field.
Returns: a short.
Parameters: value the 16 bit value to set.