Class AvroInputStream.CountingOutputStream

java.lang.Object
java.io.OutputStream
org.apache.avro.grpc.AvroInputStream.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
AvroInputStream

protected static class AvroInputStream.CountingOutputStream extends OutputStream
An OutputStream that writes to a target OutputStream and provides total number of bytes written to it.