Package org.apache.java.io

Interface Summary
Logger This interface represents a simple logger (LogWriter is an implementation).
 

Class Summary
LogRecord Class to store the logging information until it gets processed by the logger thread.
LogWriter A LogWriter allows an application to incapsulate an output stream and dumps its logs on it.
ReadFullyInputStream This class implements an input stream whose read() methods perform a full reading of the requested length.
SimpleFileFilter Class that implements the java.io.FilenameFilter interface.