Package things.common.tools

Class Summary
Base64 This is a public domain source.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BitBucketOutputStream A oneway trip to Nowheresville.
BoundedByteArrayOutputStream A limited ByteArrayOutputStream.
CommandLineSingleTokenizer A standard command line tokenizer for single elements.
DeadDropRendezvous<T> And object Rendezvous dead drop.
FileTools File manipulation utilities.
Gamer A general odds tool.
Plato Plato and truth.
Rendezvous<T> And object Rendezvous.
StoplightMonitor This is a stoplight monitor.
StopWatch A simple stopwatch.
StreamTools Tools for stream manipulation.
StringArrayReader This will read an array of strings.
StringScanner A String Scanner.
Tender<I,O> A tender transaction object.
TightByteArrayOutputStream A cousin to the ByteArrayOutputStream.
TokenFactory A set of tools for creating tokens.
ValidatingStringNumericComparator A validating string numeric compare.
 



Things.