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

Packages that use ATextInput
net.sf.asyncobjects.io This package contains core IO interfaces. 
net.sf.asyncobjects.io.util This package contains uitility input and output streams. 
 

Uses of ATextInput in net.sf.asyncobjects.io
 

Classes in net.sf.asyncobjects.io that implement ATextInput
 class BufferedTextInput
          A buffered Text input stream.
 class DecoderTextInput
          A text input that uses CharsetDecoder to convert byte input to character input.
 class TextPipe.InternalTextPipeInput
          Pipe input
 

Methods in net.sf.asyncobjects.io that return ATextInput
protected  ATextInput TextPipe.createInput()
           
protected  ATextInput BufferedTextChannel.wrap(ATextInput input)
          Wrap input into buffered stream
 

Methods in net.sf.asyncobjects.io with parameters of type ATextInput
static Promise<TextData> IOUtils.readAll(ATextInput in, int limit)
          Read all data from the stream.
static Promise<TextData> IOUtils.readFully(ATextInput in, int amount)
          Read exactly specified amount data from text input
protected  ATextInput BufferedTextChannel.wrap(ATextInput input)
          Wrap input into buffered stream
 

Constructors in net.sf.asyncobjects.io with parameters of type ATextInput
BufferedTextInput(ATextInput proxiedStream, int limit)
          A constructor from the stream
 

Uses of ATextInput in net.sf.asyncobjects.io.util
 

Classes in net.sf.asyncobjects.io.util that implement ATextInput
 class BoundedTextInput
          Bounded Text input.
 class ExhaustingTextInput
          Text version of ExhaustingInput.
 class NulTextInput
          A nul text input.
 class RandomTextInput
          A random text input.
 class RepeatingTextInput
          A repeating text input.
 class SavingTextInput
          A saving text input
 class UncloseableTextInput
          Uncloseable text input
 

Constructors in net.sf.asyncobjects.io.util with parameters of type ATextInput
BoundedTextInput(ATextInput in, boolean closeStream, long remainingTexts)
          A constructor
ExhaustingTextInput(ATextInput stream, boolean closeStream)
          A constructor
SavingTextInput(ATextInput in, boolean closeInput, ATextOutput out)
          A constructor
UncloseableTextInput(ATextInput stream)
          A constructor
 



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