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