|
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.OutputStream
Constructor Summary | |
OutputStream()
|
Method Summary | |
void |
close()
|
void |
flush()
|
void |
write(byte[])
|
void |
write(byte[],
int,
int)
|
abstract void |
write(int)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputStream()
Method Detail |
public void close() throws IOException
public void flush() throws IOException
public abstract void write(int) throws IOException
public void write(byte[]) throws IOException
public void write(byte[], int, int) throws IOException
|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |