net.sf.asyncobjects.io
Interface ATextInput

All Superinterfaces:
ACloseable, AInput<TextData>, AsyncObject
All Known Implementing Classes:
BoundedTextInput, BufferedTextInput, DecoderTextInput, ExhaustingTextInput, NulTextInput, RandomTextInput, RepeatingTextInput, SavingTextInput, TextPipe.InternalTextPipeInput, UncloseableTextInput

public interface ATextInput
extends AInput<TextData>

A text input.

Author:
const

Method Summary
 
Methods inherited from interface net.sf.asyncobjects.io.AInput
isPushbackSupported, pushback, read
 
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.