net.sf.asyncobjects.io
Interface AByteOutput

All Superinterfaces:
ACloseable, AOutput<BinaryData>, AsyncObject
All Known Implementing Classes:
BufferedByteOutput, BytePipe.InternalBytePipeOutput, MulticastByteOutput, NIOSocketOutputStream, OutputStreamAdapter, RecordingByteOutput, TSocket.TOutputStreamAdapter

public interface AByteOutput
extends AOutput<BinaryData>

Output stream interface. This inteface will be implemented by all binary output streams.

Author:
const

Method Summary
 
Methods inherited from interface net.sf.asyncobjects.io.AOutput
flush, write
 
Methods inherited from interface net.sf.asyncobjects.ACloseable
close
 
Methods inherited from interface net.sf.asyncobjects.AsyncObject
dereference, isImmediate
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.