Package org.greenrobot.essentials.io
package org.greenrobot.essentials.io
-
ClassesClassDescriptionA circular byte buffer (also called ring buffer) allows putting and and getting bytes in a FIFO way.Utils for dealing with files.Utils for dealing with IO (streams, readers, ...).Wraps around an InputStream and limits the amount of bytes that can be read from it.Replacement for Java's PipedOutputStream: all data written to this stream will get available in the integrated InputStream (see
PipelineOutputStream.getInputStream()
).Repeats an input stream to an additional OutputStream.