| Class | Description |
|---|---|
| CircularByteBuffer |
A circular byte buffer (also called ring buffer) allows putting and and getting bytes in a FIFO way.
|
| FileUtils |
Utils for dealing with files.
|
| IoUtils |
Utils for dealing with IO (streams, readers, ...).
|
| LimitedInputStream |
Wraps around an InputStream and limits the amount of bytes that can be read from it.
|
| PipelineOutputStream |
Replacement for Java's PipedOutputStream: all data written to this stream will get available in the integrated
InputStream (see
PipelineOutputStream.getInputStream()). |
| RepeaterInputStream |
Repeats an input stream to an additional OutputStream.
|
Available under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.