Package com.snowbound.common.utils
Utility classes that may be used in the content handler.
-
Interface Summary Interface Description Sizeable Defines a method to estimate the byte size of an object. -
Class Summary Class Description AsciiUtils 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 ofCapacityLimitedHashtable
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 ofCapacityLimitedHashtable
that only allows a specific number of entries before ejecting the least-recently-used items.PercentRect RasterMaster Facade that allows access to the RasterMaster API.SnowLoggerFactory Use this class to obtain a reference to the SLF4J logger.StructuredLogger Decorator class for our 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.VirtualDocumentId XMLUtils Utility class to easily convert an XML object to its String representation.