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

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

Introduction

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

The text is from its open source code.

Constructor

CheckedOutputStream(OutputStream out, Checksum cksum)
Creates an output stream with the specified Checksum.

Method

voidclose()
Closes this output stream and releases any system resources associated with the stream.
ChecksumgetChecksum()
Returns the Checksum for this output stream.
voidwrite(int b)
Writes a byte.