java.io
Class InputStream
java.lang.Object
|
+--java.io.InputStream
- Direct Known Subclasses:
- FileInputStream
- public abstract synchronized class InputStream
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStream
public InputStream()
read
public abstract int read()
throws IOException
read
public int read(byte[])
throws IOException
read
public int read(byte[],
int,
int)
throws IOException
skip
public long skip(long)
throws IOException
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int)
reset
public void reset()
throws IOException
markSupported
public boolean markSupported()