See: Description
Interface | Description |
---|---|
LogListener |
Listener for logging events.
|
Class | Description |
---|---|
Base64DecodingInputStream |
An input stream that decodes its data from the RFC-1512 base 64 format.
|
Base64EncodingOutputStream |
An output stream that encodes its data into RFC-1512 base 64 format.
|
CountingOutputStream |
An output stream that counts the number bytes it passes on.
|
DirectorySelector |
Class that traverses a directory tree
and selects those directories that contain ALL of the requested files.
|
FixedBufferOutputStream |
This stream writes its output into a byte buffer of fixed length.
|
Log |
The log.
|
LogEvent |
Logging event.
|
LogFilter |
A filter for log messages.
|
LoggerOutputStream |
OutputStream wrapper around a java Logger . |
LogWriter |
A writer for log messages.
|
NullInputStream |
An input stream that's always empty.
|
NullOutputStream |
A null output stream.
|
WriterLogger |
Log messages to a
Writer . |
Classes for handling input/output from various data sources and sinks.
Copyright © 1999–2017 Apache OODT. All rights reserved.