Uses of Class
com.jniwrapper.util.FunctionCache

Packages that use FunctionCache
com.jniwrapper.util   
com.jniwrapper.win32   
 

Uses of FunctionCache in com.jniwrapper.util
 

Subclasses of FunctionCache in com.jniwrapper.util
 class ProcessorInfo
          ProcessorInfo class is utility class that allows reading processor information: Name, Frequency etc.
 

Uses of FunctionCache in com.jniwrapper.win32
 

Subclasses of FunctionCache in com.jniwrapper.win32
 class Kernel32
          This class provides functions from Kernel32 library.
 class WinFunctionCache
          This class provides functionality for seleting appropriate function instance between ANSI and Unicode analogues available in Win32 API depending on the configuration of the cache.