Interface | Description |
---|---|
Input | |
Output | |
Stream |
Common interface for Stream readers and writers.
|
StreamReader |
Interface that defines methods for reading primitive types and arrays
of primitive types from a stream.
|
StreamWriter |
Write the primitive Java types and arrays of primitives to some data sink.
|
Class | Description |
---|---|
AbstractStreamReader |
Each method reads data from the current ByteBuffer.
|
AbstractStreamWriter |
Write the primitive Java type to the current ByteBuffer.
|
AbstractStreamWriter.DisposeBufferCompletionHandler | |
BufferedInput | |
BufferedOutput | |
StreamDecodeCondition<E> | |
StreamInput | |
StreamOutput | |
TransformerInput | |
TransformerOutput | |
TransformerStreamReader | |
TransformerStreamWriter |
Copyright © 2015 Oracle Corporation. All rights reserved.