Constant Field Values

Contents

jnr.ffi.*

  • jnr.ffi.StructLayout 
    Modifier and Type Constant Field Value
    private final boolean isUnion false
  • jnr.ffi.provider.InAccessibleMemoryIO 
    Modifier and Type Constant Field Value
    private static final java.lang.String msg "attempted access to inaccessible memory"
  • jnr.ffi.provider.NullMemoryIO 
    Modifier and Type Constant Field Value
    private static final java.lang.String msg "attempted access to a NULL memory address"
  • jnr.ffi.provider.ParameterFlags 
    Modifier and Type Constant Field Value
    public static final int DIRECT 32
    public static final int IN 2
    public static final int NULTERMINATE 8
    public static final int OUT 1
    public static final int PINNED 4
    public static final int TRANSIENT 16
  • jnr.ffi.util.ref.FinalizableReferenceQueue 
    Modifier and Type Constant Field Value
    private static final java.lang.String FINALIZER_CLASS_NAME "jnr.ffi.util.ref.internal.Finalizer"
  • jnr.ffi.util.ref.jnr.ffi.util.ref.FinalizableReferenceQueue.DecoupledLoader 
    Modifier and Type Constant Field Value
    private static final java.lang.String LOADING_ERROR "Could not load Finalizer in its own class loader.Loading Finalizer in the current class loader instead. As a result, you will not be ableto garbage collect this class loader. To support reclaiming this class loader, eitherresolve the underlying issue, or move Google Collections to your system class path."
  • jnr.ffi.util.ref.internal.Finalizer 
    Modifier and Type Constant Field Value
    private static final java.lang.String FINALIZABLE_REFERENCE "jnr.ffi.util.ref.FinalizableReference"