See: Description
| Class | Description |
|---|---|
| DelegatingInputStream |
A stream class delegating its operation to an arbitrary input stream
while notifying the recorder about performed operations.
|
| DelegatingOutputStream |
A stream class delegating its operation to an arbitrary input stream
while notifying the recorder about performed operations.
|
| DelegatingRandomAccessFile |
Instances of this class support both reading and writing to a
random access file.
|
| DelegatingReader |
A reader delegating its operation to an arbitrary reader
while notifying the recorder about performed operations.
|
| DelegatingWriter |
A writer delegating its operation to an arbitrary writer
while notifying the recorder about performed operations.
|
| InstrumentedFileInputStream |
Extends the file input stream class defined by java in order to obtain
information while reading from a file.
|
| InstrumentedFileOutputStream |
Extends the file output stream class defined by java in order to obtain
information while writing to a file.
|
| InstrumentedFileReader |
Extends the file reader class defined by java in order to obtain
information while reading from a file.
|
| InstrumentedFileWriter |
Extends the file writer class defined by java in order to obtain
information while writing to a file.
|
| ShutdownMonitor |
Provides code to shutdown the monitoring framework.
|