com.jniwrapper.util
package contains helper and utility classes, such as Logger,
AppletHelper, StreamUtils etc.See: Description
Class | Description |
---|---|
AppletHelper |
This class is helper for Java applets that use JNIWrapper library.
|
EnumItem |
EnumItem is a base class for enumeration elements.
|
Enums |
Enums is a utility class that allows to retrieve enumeration from a class
implementing the enumeration pattern using constants of the type
EnumItem . |
FlagSet |
FlagSet is a flags container and provides simple logical operations using bitmasks.
|
FunctionCache |
Allows to cache softly-referenced
Function instances, which
provides automatic removal of unreferenced instances under low memory
conditions. |
ImageUtils | |
Logger |
Proxy class is used to transmit messages to SLF4J Logger class.
|
ProcessorInfo |
This is a utility class that provides information about installed CPU.
|
SoftCache |
SoftCache is a
Map that provides caching and retrieving of objects
via SoftReference . |
StreamUtils |
A utility class for working with streams.
|
com.jniwrapper.util
package contains helper and utility classes, such as Logger,
AppletHelper, StreamUtils etc. This package also includes base classes for JNIWrapper enumerations,
flag sets.