|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.OutputStream
velosurf.util.WriterOutputStream
| Field Summary | |
protected java.io.Writer |
writer
|
| Constructor Summary | |
WriterOutputStream(java.io.Writer w)
Construct a new WriterOutputStream, bound to the specified writer. |
|
| Method Summary | |
void |
write(int c)
Write a byte to this output stream. |
| 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 |
| Field Detail |
protected java.io.Writer writer
| Constructor Detail |
public WriterOutputStream(java.io.Writer w)
w - the writer| Method Detail |
public void write(int c)
throws java.io.IOException
java.io.IOException - may be thrown
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||