net.sf.asyncobjects.io.util
Class RecordingByteOutput
java.lang.Object
   net.sf.asyncobjects.AsyncUnicastServer<O>
net.sf.asyncobjects.AsyncUnicastServer<O>
       net.sf.asyncobjects.io.util.RecordingOutput<BinaryData,AByteOutput>
net.sf.asyncobjects.io.util.RecordingOutput<BinaryData,AByteOutput>
           net.sf.asyncobjects.io.util.RecordingByteOutput
net.sf.asyncobjects.io.util.RecordingByteOutput
- All Implemented Interfaces: 
- ACloseable, AsyncObject, ExplicitSharing, AByteOutput, AOutput<BinaryData>
- public class RecordingByteOutput 
- extends RecordingOutput<BinaryData,AByteOutput>- implements AByteOutput
A recording byte output.
- Author:
- const
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
RecordingByteOutput
public RecordingByteOutput(BinaryData initialData)
- A constructor
 
- Parameters:
- initialData- an initial data (must not be null)
 
RecordingByteOutput
public RecordingByteOutput()
- A constructor
 
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.