|
kAWT Version 0.90 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.io.InputStream
| Constructor Summary | |
InputStream()
|
|
| Method Summary | |
int |
available()
|
void |
close()
|
void |
mark(int)
|
boolean |
markSupported()
|
abstract int |
read()
|
int |
read(byte[])
|
int |
read(byte[],
int,
int)
|
void |
reset()
|
long |
skip(long)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InputStream()
| Method Detail |
public int available()
throws IOException
public void close()
throws IOException
public void mark(int)
public boolean markSupported()
public abstract int read()
throws IOException
public int read(byte[])
throws IOException
public int read(byte[],
int,
int)
throws IOException
public void reset()
throws IOException
public long skip(long)
throws IOException
|
kAWT Version 0.90 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||