Enhydra 5.1 API

Package com.lutris.util

Interface Summary
ChainedThrowable Interfaces for all of the Chained* throwables.
ConfigParserConstants  
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  
ConfigFile  
ConfigParser  
ConfigParserTokenManager  
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  
KeywordValueTable  
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.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
StringEnum  
Token Describes the input token stream.
 

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  
KeywordValueException  
ParseException This exception is thrown when parse errors are encountered.
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  
TokenMgrError  
 


Enhydra 5.1 API