Package com.cometway.io

This package contains classes and tools for use with the java.io package.

See:
          Description

Class Summary
DeleteFileAgent This agent deletes the files specified by delete_files.
DelimitedLineExportAgent This agent exports the contents of a Props list to a tab delimited text file suitable for import by other applications such as FileMaker or Excel.
DelimitedLineImportAgent This agent reads lines from the specified delimited text file and copies its records into the specified PropsList.
FileLoggerAgent This agent logs Strings to a time-stamped file.
FileReaper This agent uses a Scheduler to periodically wakeup when it scans the directory specified by scan_dir and deletes all files older than file_lifespan_ms (specified in milliseconds).
FileReporter This is a Reporter Agent that extends FileLoggerAgent in order to log Agent Kernel agent output to sequentially named text files.
FileTools A utility class for common file related operations.
FixedLengthInputStream This subclass of InputStream acts as a wrapper to control the amount of data which can be read from the Stream.
FixedLengthReader This subclass of ReaderInputStream is a wrapper for a Reader that limits the number of bytes that can be read from this InputStream.
LogMonitorAgent  
MoveFileAgent This agent deletes the files specified by delete_files.
OutputStreamReporter This uses an OutputStream for directing reporting information.
PrintStreamReporter This implementation of ReporterInterface streams output using separate PrintStreams for println and debug messages, and warning and debug messages.
PushBackBufferedInputStream This extension of InputStream is meant to be a J2ME compatible version of the J2SE PushBackInputStream and BufferedInputStream.
ReaderInputStream This wrapper class wraps around a Reader and makes it look and behave as an InputStream
RegExpFilenameFilter This class is an implementation of java.io.FilenameFilter using the JDK regular expression package to either include or exclude all files matching the expression.
StringBufferOutputStream This extension of java.io.OutputStream writes to a StringBuffer.
VT100ConsoleReporter This is a Reporter that uses VT100 codes to hilight different types of messages.
WildCardFilenameFilter This class is an implementation of java.io.FilenameFilter.
WriterOutputStream This wrapper class wraps around a Writer and makes it look and behave as an OutputStream.
 

Exception Summary
FileToolsException This exception is thrown by the com.cometway.io.FileTools class when there is a problem.
 

Package com.cometway.io Description

This package contains classes and tools for use with the java.io package.