Package org.greenrobot.essentials.io
-
Class Summary 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 (seePipelineOutputStream.getInputStream()
).RepeaterInputStream Repeats an input stream to an additional OutputStream.