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