Interface | Description |
---|---|
JslipcChannel |
Common interface for all channels.
|
ReadableJslipcByteChannel |
Marker interface that integrates
ReadableByteChannel and JslipcChannel . |
WritableJslipcByteChannel |
Marker interface that integrates
WritableByteChannel and JslipcChannel . |
Class | Description |
---|---|
JslipcChannelInputStream |
This class wraps a
ReadableJslipcByteChannel in order to provide a blocking InputStream. |
JslipcChannelOutputStream |
This class wraps a
WritableJslipcByteChannel in order to provide a blocking OutputStream. |
Enum | Description |
---|---|
JslipcChannel.JslipcChannelState |
Copyright © 2014. All Rights Reserved.