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