net.sf.asyncobjects.io
Interface AByteChannel

All Superinterfaces:
AChannel<BinaryData,AByteInput,AByteOutput>, ACloseable, AsyncObject
All Known Subinterfaces:
ASocket
All Known Implementing Classes:
BufferedByteChannel, BytePipe, NIOSocket, TSocket

public interface AByteChannel
extends AChannel<BinaryData,AByteInput,AByteOutput>

An IO channel with input and output stream. Examples of channel are pipe and network socket.

Author:
const

Method Summary
 
Methods inherited from interface net.sf.asyncobjects.io.AChannel
getInput, getOutput
 
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.