| Interface | Description |
|---|---|
| Streamable |
| Class | Description |
|---|---|
| AdapterStreamInput | |
| AdapterStreamOutput | |
| ByteBufferStreamInput | |
| BytesStreamInput | |
| BytesStreamOutput |
A @link
StreamOutput that usesBigArrays to acquire pages of
bytes, which avoids frequent reallocation & copying of the internal data. |
| CachedStreamInput | |
| DataOutputStreamOutput | |
| HandlesStreamInput | |
| HandlesStreamOutput | |
| InputStreamStreamInput | |
| NoopStreamOutput |
A non-threadsafe StreamOutput that doesn't actually write the bytes to any
stream, it only keeps track of how many bytes have been written
|
| OutputStreamStreamOutput | |
| ReleasableBytesStreamOutput |
An bytes stream output that allows providing a
BigArrays instance
expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes()) once done. |
| StreamInput | |
| StreamOutput |
Copyright © 2009–2016. All rights reserved.