|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.jniwrapper.util
package contains helper and utility classes, such as Logger,
AppletHelper, StreamUtils etc.
See:
Description
Class Summary | |
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 | Deprecated. use org.slf4j.Logger instead of this 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. |
The 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.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |