Example usage for Java java.util.zip CheckedOutputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckedOutputStream(OutputStream out, Checksum cksum) Creates an output stream with the specified Checksum. |
void | close() Closes this output stream and releases any system resources associated with the stream. |
Checksum | getChecksum() Returns the Checksum for this output stream. |
void | write(int b) Writes a byte. |