org.openfast.util
Class RecordingOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.openfast.util.RecordingOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class RecordingOutputStream
extends java.io.OutputStream


Constructor Summary
RecordingOutputStream(java.io.OutputStream outputStream)
           
 
Method Summary
 void clear()
           
 java.lang.String toString()
           
 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, wait, wait, wait
 

Constructor Detail

RecordingOutputStream

public RecordingOutputStream(java.io.OutputStream outputStream)
Method Detail

write

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clear

public void clear()


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.