public class Struct.Unsigned64 extends Struct.NumberField
type| 构造器和说明 |
|---|
Unsigned64()
Creates a new 64 bit integer field.
|
Unsigned64(Struct.Offset offset)
Creates a new 64 bit unsigned integer field at a specific offset
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
get()
Gets the value for this field.
|
int |
intValue()
Returns a java int representation of this field.
|
long |
longValue()
Returns a java long representation of this field.
|
void |
set(long value)
Sets the value for this field.
|
void |
set(Number value)
Sets the field to a new value.
|
String |
toString()
Returns a string representation of this field.
|
byteValue, doubleValue, floatValue, getMemory, offset, shortValue, structpublic Unsigned64()
public Unsigned64(Struct.Offset offset)
offset - The offset within the memory area for this field.public final long get()
public final void set(long value)
value - the 64 bit value to set.public void set(Number value)
Struct.NumberFieldset 在类中 Struct.NumberFieldvalue - The new value.public final int intValue()
intValue 在类中 Struct.NumberFieldpublic final long longValue()
longValue 在类中 Struct.NumberFieldpublic final String toString()
toString 在类中 Struct.NumberFieldCopyright © 2021. All rights reserved.