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

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

Introduction

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

The text is from its open source code.

Field

longmark

Constructor

CountingInputStream(InputStream in)
Wraps another input stream, counting the number of bytes read.

Method

voidclose()
Closes this input stream and releases any system resources associated with the stream.
longgetCount()
Returns the number of bytes read.
voidreset()