public class HashChunkOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
HashChunkOutputStream(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[] bufferWrite,
int offsetWrite,
int lengthWrite)
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[] bufferWrite, int offsetWrite, int lengthWrite) 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