Package things.thinger.io

Interface Summary
AFileSystem Abstract File System Interface.
Logger Logging interface for general logging.
StreamDestination A character destination interface.
StreamSource A stream source interface.
 

Class Summary
ChainedInputStream Chain up a set of input streams.
EchoInputStream An echoing input stream.
EchoStreamSource An echoing stream source.
EmptyInputStream Empty input stream.
FileSystemLocator A locator for a file system item.
FileSystemTools File System tools.
StreamSourceFromStream A character stream source.
StreamSourceFromStreamStalled A character stream source.
StreamSourceFromString Implements a character source from a string.
 

Enum Summary
Logger.LEVEL Level of the logged entry.
Logger.TYPE Types of loggers.
 



Things.