Package org.jagatoo.util.streams

Class Summary
CountingInputStream Counts all read/skipped bytes.
CountingOutputStream Counts all written bytes and if the unterlying OutputStream is not null, writes them to this stream.
LimitedInputStream Streams a limited number of bytes.
StreamUtils Contains static utility methods for Stream.