Java java.util.zip CheckedInputStream fields, constructors, methods, implement or subclass

Example usage for Java java.util.zip CheckedInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.zip CheckedInputStream.

The text is from its open source code.

Constructor

CheckedInputStream(InputStream in, Checksum cksum)
Creates an input stream using the specified Checksum.

Method

voidclose()
Closes this input stream and releases any system resources associated with the stream.
ChecksumgetChecksum()
Returns the Checksum for this input stream.
intread(byte b[])
Reads up to b.length bytes of data from this input stream into an array of bytes.