Java com.google.common.io CountingOutputStream fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.io CountingOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.io CountingOutputStream.

The text is from its open source code.

Constructor

CountingOutputStream(OutputStream out)
Wraps another output stream, counting the number of bytes written.

Method

voidclose()
voidflush()
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
longgetCount()
Returns the number of bytes written.
voidwrite(int b)