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

Variable Index

 o o

Constructor Index

 o LineBufferOutputStream(OutputStream)

Method Index

 o write(int)

Variables

 o o
  protected OutputStream o

Constructors

 o LineBufferOutputStream
  public LineBufferOutputStream(OutputStream o)

Methods

 o write
  public void write(int b) throws IOException
Overrides:
write in class OutputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index