Package nl.vpro.util

Class WrappedReadableByteChannel

java.lang.Object
nl.vpro.util.WrappedReadableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

public class WrappedReadableByteChannel extends Object implements ReadableByteChannel
Wraps a ReadableByteChannel. Records the number of channelled bytes. Also, it can have a consumer, which is called every batchsize bytes.
Since:
4.2