java.io
Class InputStream
java.lang.Object
|
+--java.io.InputStream
- Direct Known Subclasses:
- DataInputStream, FileInputStream
- public abstract synchronized class InputStream
- extends Object
InputStream
public InputStream()
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int)
markSupported
public boolean markSupported()
read
public abstract int read()
throws IOException
read
public int read(byte[])
throws IOException
read
public int read(byte[],
int,
int)
throws IOException
reset
public void reset()
throws IOException
skip
public long skip(long)
throws IOException