|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream velosurf.util.WriterOutputStream
public class WriterOutputStream
Field Summary | |
---|---|
private java.io.Writer |
writer
wrapped 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 |
---|
private java.io.Writer writer
Constructor Detail |
---|
public WriterOutputStream(java.io.Writer w)
w
- the writerMethod Detail |
---|
public void write(int c) throws java.io.IOException
write
in class java.io.OutputStream
c
- byte
java.io.IOException
- may be thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |