Class dnx.lr.DebugOutputStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.DebugOutputStream

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----dnx.lr.DebugOutputStream

public class DebugOutputStream
extends OutputStream

Constructor Index

 o DebugOutputStream()

Method Index

 o write(byte[], int, int)
 o write(int)

Constructors

 o DebugOutputStream
  public DebugOutputStream()

Methods

 o write
  public void write(int b) throws IOException
Overrides:
write in class OutputStream
 o write
  public void write(byte b[],
                    int off,
                    int len) throws IOException
Overrides:
write in class OutputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index