Methods Summary |
---|
public int | available() throw new RuntimeException("Stub!");
|
public void | close() throw new RuntimeException("Stub!");
|
public void | mark(int readlimit) throw new RuntimeException("Stub!");
|
public boolean | markSupported() throw new RuntimeException("Stub!");
|
public int | read() throw new RuntimeException("Stub!");
|
public int | read(byte[] b, int off, int len) throw new RuntimeException("Stub!");
|
public void | reset() throw new RuntimeException("Stub!");
|
public long | skip(long n) throw new RuntimeException("Stub!");
|