Exemplo n.º 1
0
 public long skip(long length) throws IOException {
   return _is.skipBinary(length);
 }