public interface ChannelFactory
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
createError()
Returns error channel.
|
InputStream |
createInput()
Returns input channel.
|
PrintStream |
createOutput()
Returns output channel.
|
PrintStream createOutput()
PrintStream createError()
InputStream createInput()
Copyright © 2012–2022. All rights reserved.