|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
velosurf.util.LineWriterOutputStream
public class LineWriterOutputStream
| Field Summary | |
|---|---|
private java.lang.StringBuffer |
buffer
buffer |
private java.io.Writer |
writer
writer |
| Constructor Summary | |
|---|---|
LineWriterOutputStream(java.io.Writer w)
Construct a new LineWriterOutputStream, 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
private java.lang.StringBuffer buffer
| Constructor Detail |
|---|
public LineWriterOutputStream(java.io.Writer w)
w - the writer| Method Detail |
|---|
public void write(int c)
throws java.io.IOException
write in class java.io.OutputStreamc - byte
java.io.IOException - may be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||