Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.lutris.util

Interface Summary
ChainedThrowable Interfaces for all of the Chained* throwables.
PersistentStore Persitent storage interface.
 

Class Summary
Base64Encoder Various conversion methods.
BMByteSearch Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
BMByteSearchStream Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
BytesToString This class has static methods which convert arrays of bytes to a strings.
ChainedThrowableUtil Utilities used to implement the Chained* throwables.
CircularQueue  
Config Config is essentially a KeywordValueTable used for recursive storage of data derived from a config file.
ConfigFile ConfigFile is used to manipulate Multiserver configuration (.conf) files.
Convert Deprecated. Use HexEncoder or Base64Encoder.
Currency Object to store and manipulate money.
ExceptionUtils A collection of static methods that deal with Exceptions.
FilePersistentStore File system implementation of PersistentStore.
HexEncoder Various conversion methods.
HtmlEncoder This class contains a utility method for encoding a String so that it may be safely embedded within a HTML document without affecting the formatting of the document.
JavaScriptEncoder This class contains a utility method for encoding a String so that it may be safely used within JavaScript as a quoted string.
JavaVersion  
KeywordParser Class used to parse KeywordsValueTable keywords.
KeywordValueTable Class that implements a recursive keyword/value table.
LoaderObjectInputStream  
LRUCache This class implements a fixed size Least-Recently-Used cache.
OutputStreamEventQueue A queue of "events".
OutputStreamEventQueueEntry This is a helper class for OutputStreamEventQueue.
OutputStreamHub This class implements a "hub", or redistribution center.
QuotedString Static convenience class for parsing various types of quoted strings.
StringEnum  
TmpDir Class for creating and manage a temporary directory.
 

Exception Summary
ChainedException Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedRuntimeException RuntimeException used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ConfigException Exception class thrown by class Config.
KeywordValueException Exception for errors accessing a KeywordValueTable object.
PersistentStoreException This exception is thrown by objects that implement persistent storage.
 

Error Summary
ChainedError Error used as a base for creating an error that has a chain of exceptions that lead to the derived error.
FatalExceptionError