public interface IBlockInput
Modifier and Type | Method and Description |
---|---|
int |
blockRead(ByteArray dest)
Read and append a block to the destination ByteArray.
|
void |
close() |
void close() throws IOException
IOException
int blockRead(ByteArray dest) throws IOException
dest
- the destination ByteArray, which must not be null.IOException