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 |
---|---|
java.io.OutputStream |
createStream()
Returns an output stream which will write to this destination.
|
static final Destination SYSTEM_OUT
System.out
.