| Interface | Description | 
|---|---|
| DirectoryItemHandler | 
 The  
DirectoryItemHandler interface defines a single
 method, handleItem, which is used to perform some
 operation on the items within an entire directory tree in the local
 filesystem. | 
| LogProcesser | |
| StringProcessor | 
 The StringProcessor interface specifies a single method,
 processString(), which, given an input String, returns a
 processed output String. 
 | 
| Class | Description | 
|---|---|
| Bitmap | 
 The Bitmap class is a wrapper for byte arrays. 
 | 
| BufferedFileWriter | 
 A BufferedFileWriter is a convenience subclass of OutputStreamWriter
 that allows specifying the character set and/or the "append"
 indicator for a File or file name. 
 | 
| ByteUtilities | 
 A collection of methods that operate on byte arrays. 
 | 
| DataTransferHelper | 
 The DataTransferHelper.java  class
 Class for transfering from input stream to output stream. 
 | 
| DataTransferThread | 
 The DataTransferThread.java  class
 Thread for transfering from input stream to output stream in a thread. 
 | 
| DeleteDirectory | 
 The class  
DeleteDirectory deletes directories
 from the local filesystem. | 
| DirectoryTree | 
 The class  
DirectoryTree traverses a
 directory tree in the local filesystem. | 
| Dump | 
 The Dump class provides a mechanism to "dump" bytes to a PrintStream in
 a human-readable format. 
 | 
| LineFilterReader | 
 The LineFilterReader class reads character-based data from an
 underlying reader and filters each line using a StringProcessor. 
 | 
| LineNumberPrepender | 
 Prepends the line number to each String processed. 
 | 
| ListDirectory | 
 The class  
ListDirectory lists the contents
 of a directory tree in the local filesystem. | 
| Log | 
 The Log class provides a basic logging mechanism. 
 | 
| StreamPipeThread | 
 A thread that reads from an InputStream (or Reader) and
 optionally pipes the input to an OutputStream (or Writer). 
 | 
| SymbolCommuter | 
 The SymbolCommuter class commutes, or substitutes, values for symbols. 
 | 
| SymbolType | 
 The SymbolType class encapsulates a type of symbol that represents
 a variable to be substituted for an arbitrary value. 
 | 
| Exception | Description | 
|---|---|
| DirectoryItemHandlerException | 
 Thrown when an Exception occurs in
  DirectoryItemHandler.handleItem
 | 
| UndefinedSymbolException | 
 The UndefinedSymbolException is raised when a symbol that
 has not beed mapped to a value is found by the SymbolCommuter
 class. 
 | 
Copyright © 2025. All rights reserved.