fedora.client
Class BatchOutputCatcher

java.lang.Object
  extended by java.io.OutputStream
      extended by fedora.client.BatchOutputCatcher
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class BatchOutputCatcher
extends java.io.OutputStream

Title: BatchOutputCatcher.java

Description:

Version:
$Id: BatchOutputCatcher.java 3879 2005-04-13 19:16:38Z rlw $
Author:
wdn5e@virginia.edu

Constructor Summary
BatchOutputCatcher(javax.swing.JTextArea jTextArea)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchOutputCatcher

public BatchOutputCatcher(javax.swing.JTextArea jTextArea)
Method Detail

write

public void write(int b)
Specified by:
write in class java.io.OutputStream