Package jnr.ffi
Class Struct.Offset
- java.lang.Object
-
- java.lang.Number
-
- jnr.ffi.Struct.Offset
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Struct
public static final class Struct.Offset extends Number
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Offset(int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
float
floatValue()
int
intValue()
long
longValue()
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
floatValue
public float floatValue()
- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in classNumber
-
-