Uses of Interface
net.sf.asyncobjects.io.ATextChannel

Packages that use ATextChannel
net.sf.asyncobjects.io This package contains core IO interfaces. 
 

Uses of ATextChannel in net.sf.asyncobjects.io
 

Classes in net.sf.asyncobjects.io that implement ATextChannel
 class BufferedTextChannel
          Text channel that wraps existing channel and adds buffering functionality over it.
 class TextPipe
          A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream.
 

Constructors in net.sf.asyncobjects.io with parameters of type ATextChannel
BufferedTextChannel(ATextChannel wrapped, int bufferSize)
          A constructor
 



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