public class FileIoChannelTest
extends java.lang.Object
Monitoring must be enabled via the agent JVM parameter!
| Modifier | Constructor and Description |
|---|---|
private |
FileIoChannelTest()
Prevents this class from being instantiated from outside.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Executes the test, i.e. reads a (source code) file and writes
some output to another file via streams and reader/writer.
|
private FileIoChannelTest()
public static void main(java.lang.String[] args)
throws java.io.IOException
args - command line arguments (ignored)java.io.IOException - any kind of I/O problem while reading / writing