Interface | Description |
---|---|
ReadableDataPipe |
Interface that can have either a regular io or an nio implementation.
|
WritableDataPipe |
Interface that can have either a regular io or an nio implementation.
|
Class | Description |
---|---|
AbstractChannel | |
ReadableDataChannel |
An implementation of
ReadableDataPipe that uses nio. |
ReadableDataStream |
An implementation of
ReadableDataPipe that uses standard io (not nio). |
WritableDataChannel |
An implementation of
WritableDataPipe that uses nio. |
WritableDataStream |
An implementation of
WritableDataPipe that uses standard io (not nio). |
Copyright © 2013 Metron, Inc.. All rights reserved.