public interface Destination
Modifier and Type | Field and Description |
---|---|
static Destination |
SYSTEM_OUT
Destination which directs output to
System.out . |
Modifier and Type | Method and Description |
---|---|
OutputStream |
createStream()
Returns an output stream which will write to this destination.
|
static final Destination SYSTEM_OUT
System.out
.OutputStream createStream() throws IOException
IOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.