public final class Channels extends Object
ChannelFactory which must be registered via ServiceLoader. The
default implementation is SystemChannelFactory.| Modifier and Type | Method and Description |
|---|---|
static PrintStream |
error()
Returns error channel.
|
static InputStream |
input()
Returns input channel.
|
static PrintStream |
output()
Returns output channel.
|
public static PrintStream output()
public static PrintStream error()
public static InputStream input()
Copyright © 2012–2022. All rights reserved.