jnr.ffi
Class StructLayout.Offset

java.lang.Object
  extended by java.lang.Number
      extended by jnr.ffi.StructLayout.Offset
All Implemented Interfaces:
Serializable
Enclosing class:
StructLayout

protected static final class StructLayout.Offset
extends Number

See Also:
Serialized Form

Constructor Summary
StructLayout.Offset(int offset)
           
 
Method Summary
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructLayout.Offset

public StructLayout.Offset(int offset)
Method Detail

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number


Copyright © 2013. All Rights Reserved.