public interface BinaryInput
int read()
throws IOException
IOException - if an I/O error occursvoid read(byte[] buffer,
int length)
throws IOException
length bytes from underlying storagebuffer - the buffer to copy bytes tolength - number of bytes to read (exactly)IOException - if an I/O error occursCopyright © 2016. All rights reserved.