Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
L
N
P
V
A
Arch
- Enum in
com.nullprogram.guide
Enumeration of pre-defined architectures.
C
com.nullprogram.guide
- package com.nullprogram.guide
Utilities for loading distributed native libraries from resources.
G
getArchitecture()
- Static method in class com.nullprogram.guide.
NativeGuide
Determine the JVM's native architecture.
L
load(Arch, String)
- Static method in class com.nullprogram.guide.
NativeGuide
Load a native library resource by first copying it to a temporary directory.
load(String, String, String)
- Static method in class com.nullprogram.guide.
NativeGuide
Load a native library resource by first copying it to a temporary directory.
N
NativeGuide
- Class in
com.nullprogram.guide
This is a utility class for loading native libraries from the classpath.
P
prepare(Arch, String)
- Static method in class com.nullprogram.guide.
NativeGuide
Prepare a native library to be loaded by copying it to a temporary directory.
prepare(String, String, String)
- Static method in class com.nullprogram.guide.
NativeGuide
Prepare a native library to be loaded by copying it to a temporary directory.
V
valueOf(String)
- Static method in enum com.nullprogram.guide.
Arch
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.nullprogram.guide.
Arch
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
G
L
N
P
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes