public native int available () throws IOException
public void close () throws IOException
public int read () throws IOException
public int read (byte[] b) throws IOException
public int read (byte[] b, int off, int len) throws IOException
public native long skip (long n) throws IOException