jnr.ffi
Class Struct.Padding
java.lang.Object
jnr.ffi.Struct.Member
jnr.ffi.Struct.AbstractMember
jnr.ffi.Struct.Padding
- Enclosing class:
- Struct
protected final class Struct.Padding
- extends Struct.AbstractMember
Specialized padding fields for structs. Use this instead of arrays of other
members for more efficient struct construction.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Struct.Padding
public Struct.Padding(Type type,
int length)
Struct.Padding
public Struct.Padding(NativeType type,
int length)
Copyright © 2013. All Rights Reserved.