Exemplo n.º 1
0
 @Override
 public int read(byte[] buffer, int offset, int length) throws IOException {
   return _is.readBinary(buffer, offset, length);
 }
Exemplo n.º 2
0
 @Override
 public int read() throws IOException {
   return _is.readBinary();
 }