public abstract class InputStream extends Object
| Constructor and Description |
|---|
InputStream() |
public int available()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void mark(int var0)
public boolean markSupported()
public abstract int read()
throws IOException
IOExceptionpublic int read(byte[] var0)
throws IOException
IOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
IOExceptionpublic void reset()
throws IOException
IOExceptionpublic long skip(long var0)
throws IOException
IOException