net.sf.asyncobjects.io
Interface ATextChannel

All Superinterfaces:
AChannel<TextData,ATextInput,ATextOutput>, ACloseable, AsyncObject
All Known Implementing Classes:
BufferedTextChannel, TextPipe

public interface ATextChannel
extends AChannel<TextData,ATextInput,ATextOutput>

A text channel.

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.