|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--util.ForkOutputStream
Constructor Summary | |
ForkOutputStream(OutputStream os)
|
Method Summary | |
void |
addIn(InputStream os)
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
close,
flush,
write,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ForkOutputStream(OutputStream os)
Method Detail |
public void write(int b) throws IOException
public void addIn(InputStream os)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |