public class Crc64OutputStream
extends java.io.OutputStream
Constructor and Description |
---|
Crc64OutputStream(java.io.OutputStream next) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the stream output.
|
long |
getDigest()
Returns the CRC value.
|
void |
write(byte[] buffer,
int offset,
int length)
Writes a buffer to the underlying stream.
|
void |
write(int data) |
public long getDigest()
public void write(int data) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
buffer
- the byte array to write.offset
- the offset into the byte array.length
- the number of bytes to write.java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException