Class CountingStreamOutput

java.lang.Object
java.io.OutputStream
org.elasticsearch.common.io.stream.StreamOutput
org.elasticsearch.common.io.stream.CountingStreamOutput
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CountingStreamOutput extends StreamOutput
A reusable @link StreamOutput that just count how many bytes are written.