Class dnx.util.LineBufferOutputStream
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.util.LineBufferOutputStream
java.lang.Object
|
+----java.io.OutputStream
|
+----dnx.util.LineBufferOutputStream
- public class LineBufferOutputStream
- extends OutputStream
-
o
-
-
LineBufferOutputStream(OutputStream)
-
-
write(int)
-
o
protected OutputStream o
LineBufferOutputStream
public LineBufferOutputStream(OutputStream o)
write
public void write(int b) throws IOException
- Overrides:
- write in class OutputStream
All Packages Class Hierarchy This Package Previous Next Index