See: Description
Interface | Description |
---|---|
Sizeable |
Defines a method to estimate the byte size of an object.
|
Class | Description |
---|---|
CapacityLimitedHashtable<K,V> |
Map that will eject its least-recently-accessed values to remain within a specified capacity.
|
ClientServerIO |
Utility class for manipulating URL, stream, and File data.
|
FormatRenderProperties |
Defines a set of render properties for a specified format.
|
ImageUtils |
Contains utility methods used for sizing and adjusting images.
|
LRUByteLimitedHashtable<K,V> |
Implementation of
CapacityLimitedHashtable that attempts to keep its contents to a specific size in memory by
ejecting least-recently-used items when reaching its maximum capacity. |
LRUHashtable<K,V> |
Implementation of
CapacityLimitedHashtable that only allows a specific number of entries before ejecting the
least-recently-used items. |
RasterMaster |
Facade that allows access to the RasterMaster API.
|
SnowLoggerFactory |
Use this class to obtain a reference to the SLF4J logger.
|
ThreadSafeDateFormatter |
Class for formatting Date objects in a thread-safe manner.
|
URLReturnData |
This class encapsulates data returned from a URL including a byte[] array containing the contents
and a map representing the header data.
|
XMLUtils |
Utility class to easily convert an XML object to its String representation.
|
Copyright © 2020 Snowbound Software Corporation. All rights reserved.