org.apache.derby.iapi.services.io
Class DebugByteTeeOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byorg.apache.derby.iapi.services.io.DebugByteTeeOutputStream

class DebugByteTeeOutputStream
extends java.io.FilterOutputStream


Field Summary
private  AccessibleByteArrayOutputStream tee
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
(package private) DebugByteTeeOutputStream(java.io.OutputStream out)
           
 
Method Summary
(package private)  void checkObject(Formatable f)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tee

private AccessibleByteArrayOutputStream tee
Constructor Detail

DebugByteTeeOutputStream

DebugByteTeeOutputStream(java.io.OutputStream out)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

checkObject

void checkObject(Formatable f)

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.