org.apache.derbyTesting.functionTests.harness
Class BackgroundStreamSaver

java.lang.Object
  extended by org.apache.derbyTesting.functionTests.harness.BackgroundStreamSaver
All Implemented Interfaces:
java.lang.Runnable

public class BackgroundStreamSaver
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  boolean finished
           
protected  java.io.InputStream in
           
protected  java.io.IOException ioe
           
protected  java.io.OutputStream out
           
 
Constructor Summary
BackgroundStreamSaver(java.io.InputStream in, java.io.OutputStream out)
           
 
Method Summary
 void finish()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

protected java.io.InputStream in

out

protected java.io.OutputStream out

finished

protected boolean finished

ioe

protected java.io.IOException ioe
Constructor Detail

BackgroundStreamSaver

public BackgroundStreamSaver(java.io.InputStream in,
                             java.io.OutputStream out)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

finish

public void finish()
            throws java.io.IOException
Throws:
java.io.IOException

Built on Sat 2009-11-28 18:44:18-0800, from revision 885187

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.