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