Beispiel #1
0
 public static final String readUTF(DataInput in) throws IOException {
   return InferUndefined.can_throw_ioexception_string();
 }
Beispiel #2
0
 public final int skipBytes(int n) throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }
Beispiel #3
0
 public final int readUnsignedShort() throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }
Beispiel #4
0
 public final String readUTF() throws IOException {
   return InferUndefined.can_throw_ioexception_string();
 }
Beispiel #5
0
 public final long readLong() throws IOException {
   return InferUndefined.can_throw_ioexception_long();
 }
Beispiel #6
0
 public final short readShort() throws IOException {
   return InferUndefined.can_throw_ioexception_short();
 }
Beispiel #7
0
 public final float readFloat() throws IOException {
   return InferUndefined.can_throw_ioexception_float();
 }
Beispiel #8
0
 public final void readFully(byte b[], int off, int len) throws IOException {
   InferUndefined.can_throw_ioexception_void();
 }
Beispiel #9
0
 public final double readDouble() throws IOException {
   return InferUndefined.can_throw_ioexception_double();
 }
Beispiel #10
0
 public final char readChar() throws IOException {
   return InferUndefined.can_throw_ioexception_char();
 }
Beispiel #11
0
 public final byte readByte() throws IOException {
   return InferUndefined.can_throw_ioexception_byte();
 }
Beispiel #12
0
 public final boolean readBoolean() throws IOException {
   return InferUndefined.can_throw_ioexception_boolean();
 }
Beispiel #13
0
 public int read(byte b[], int off, int len) throws IOException {
   return InferUndefined.can_throw_ioexception_int();
 }