Package java.io
Class InputStream
java.lang.Object
java.io.InputStream
- Direct Known Subclasses:
ByteArrayInputStream
,FileInputStream
,FilterInputStream
,ObjectInputStream
,PipedInputStream
,SequenceInputStream
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InputStream
public InputStream()
-
-
Method Details
-
available
- Throws:
IOException
-
close
- Throws:
IOException
-
mark
public void mark(int var0) -
markSupported
public boolean markSupported() -
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
reset
- Throws:
IOException
-
skip
- Throws:
IOException
-