Package jnr.ffi

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Padding

        public Padding​(Type type,
                       int length)
      • Padding

        public Padding​(NativeType type,
                       int length)