| Class | Description |
|---|---|
| BroadcastIO |
Aggregation of several IOs, every write is performed on all IOs.
|
| Buffers |
Utility class to reuse buffers instead of re-allocating memory.
|
| DataUtil |
Utility method to encode or decode numbers in little or big endian.
|
| EmptyReadable |
Implement an empty Readable IO, with Buffered, Seekable and KnownSize capabilities.
|
| FileInfo |
Contain information about a file, previously retrieved by a task.
|
| IOReaderAsProducer |
Take a readable IO to produce ByteBuffer.
|
| LimitWriteOperations |
This class allows to queue write operations, but blocks if too many are waiting.
|
| LimitWriteOperationsReuseBuffers |
This class allows to queue write operations, but blocks if too many are waiting.
|
| NonBufferedReadableIOAsBuffered |
Utility class to implement the Buffered interface even in case buffers cannot be used.
|
| ReadableAsURLConnection |
Implementation of URLConnection using a IO.Readable.
|
| ReadableSeekableToDeterminedSize |
Add the KnownSize capability: to determine the size, we can seek to the end and get the position.
|
| ReadableWithProgress |
Wraps an IO.Readable and make a WorkProgress progress while data is read on it.
|
Copyright © 2019. All rights reserved.