Constructors
| Name | Description |
|---|---|
| CheckedOutputStream(OutputStream, Checksum) | Creates an output stream with the specified Checksum. |
Methods
| Name | Description |
|---|---|
| getChecksum() | Returns the Checksum for this output stream. |
| write(byte[], int, int) | Writes an array of bytes. |
| write(int) | Writes a byte. |