ByteArrayInputStream
, FileInputStream
, FilterInputStream
, ObjectInputStream
, PipedInputStream
, SequenceInputStream
public abstract class InputStream extends Object
Constructor | Description |
---|---|
InputStream() |
Modifier and Type | Method | Description |
---|---|---|
int |
available() |
|
void |
close() |
|
void |
mark(int var0) |
|
boolean |
markSupported() |
|
abstract int |
read() |
|
int |
read(byte[] var0) |
|
int |
read(byte[] var0,
int var1,
int var2) |
|
void |
reset() |
|
long |
skip(long var0) |
public int available() throws IOException
IOException
public void close() throws IOException
IOException
public void mark(int var0)
public boolean markSupported()
public abstract int read() throws IOException
IOException
public int read(byte[] var0) throws IOException
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
IOException
public void reset() throws IOException
IOException
public long skip(long var0) throws IOException
IOException