public class HashChunkInputStream
extends java.io.InputStream
Constructor and Description |
---|
HashChunkInputStream(java.io.InputStream next) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the stream output.
|
int |
read() |
int |
read(byte[] buffer,
int offset,
int length)
Writes a buffer to the underlying stream.
|
java.lang.String |
toString() |
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
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.InputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object