Package to.etc.util

Interface Summary
ConfigSource Deprecated.
IDirectoryDelta  
IListable<T> Something which behaves as a read-only list.
ILogSink Stuff to write logging to.
IMappable<K,V> Something which knows about mapping objects.
IPropertyAccessor Generic way to access/represent some kind of property.
 

Class Summary
Base64OutputStream Writes all data sent to it as a base64 encoded stream to the wrapped stream.
BoolVector This contains a packed array of boolean values.
ByteArrayUtil  
ByteBufferInputStream This is a utility class that implements an input stream which retrieves it's data from an array of byte arrays.
ByteBufferOutputStream This is a streamer class which accepts data and writes this data into an array of fixed-size buffers.
CalculationUtil  
ClassInfo Cached information on class properties detected in ClassUtil.
ClassUtil  
ClassUtilCached Like ClassUtil, but this caches the retrieved information.
ClassUtilCached.ClassInfo  
CmdStringDecoder This class helps decoding command lines where a command line is a string.
ConfigFile Deprecated.
ConfigSourceWrapper Deprecated.
CopyingReader This is a reader class which appends all of the data read to an appendable.
DateUtil Static date/time utiility class.
DeveloperOptions This is a static-only class which should be used to access options that configure a system on a developer's station.
FileBackedBuffer A buffer which accepts data and buffers it.
FileContentInfo Helper class to determine a file's type (text, binary) and encoding (for text files).
FileTool Contains some often-used file subroutines.
GIS  
HtmlEntity This class generates the class HtmlEntityTables from the DTD's for HTML entities as published by the w3c.
HtmlEntityTables  
HtmlScanner This class helps one to scan HTML documents.
IndentWriter Handles indented writing for dumps and the like.
IntTokenizer Tokenizer which can detokenize integers.
LRUHashMap<K,V> Hashmap which can use LRU removal of items.
MemoryLogSink A logsink which logs into an Appendable.
NullOutputStream This is an outputstream which accepts data and sends it to the bit bucket (no data is stored).
PathSplitter Helps with splicing paths into fragments one part at a time.
ProcessTools Helper code to spawn processes and capture their output.
ProcessTools.StreamCopyThread This is used to async read strout and stderr streams from a process into another output stream.
ProcessTools.StreamReaderThread This is used to async read strout and stderr streams from a process...
Progress A progress reporter utility.
PropertyInfo Information on properties on a class.
RotatingLogfile Encapsulates a rotating logfile.
RuntimeConversions This static class contains a sh..tload of code which converts runtime objects into other objects, using generic rules for doing that.
SecurityUtils  
SizeCountingOutputStream This is an OutputStream wrapper which counts the #of bytes that was written to it.
SmallIntSet Contains a (small) set of integers.
Soundex Encodes words using the SOUNDEX algorithm.
StandardLogfile Non-rotating logfile implementing ILogSink.
StringInputStream Returns a stream which is constructed from the specified string.
StringTool This static utility class contains a load of string functions.
TeeStream An outputstream which duplicates all contents written to it to two other output streams.
TeeWriter A Writer which duplicates all data written to it to two writers.
TextScanner Small helper class to scan text strings for expected tokens.
WrappedDatabaseInputStream An input stream which encapsulates the database resources it is derived from, to allow returning BLOB streams safely.
WrapperCache Deprecated.
 

Exception Summary
RuntimeConversionException Thrown when a runtime conversion fails.
WrappedException Helper class for managing the checked exception idiocy rampant in Java code.