Package com.eaio.nativecall

Contains the main NativeCall classes.

See:
          Description

Interface Summary
Verifier A Verifier implements method and module name checking for one given operating system.
 

Class Summary
Holder Holder is a class that encapsulates another Object.
IntCall An IntCall instance encapsulates an operating system method that returns an integer.
NativeCall NativeCall loads the native library and prepares the matching Verifier.
Verifiers Verifiers instantiates the matching Verifier for the current operating system.
VoidCall A VoidCall instance encapsulates an operating system method that returns nothing.
Win32Verifier A Verifier for the Windows environment.
 

Package com.eaio.nativecall Description

Contains the main NativeCall classes.

For instant API information, see: