Пример #1
0
 public final int readUnsignedShort() throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }
Пример #2
0
 public final int skipBytes(int n) throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }
Пример #3
0
 public int read(byte b[], int off, int len) throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }