net.sf.asyncobjects.io
Class BufferedTextInput
java.lang.Object
   net.sf.asyncobjects.AsyncUnicastServer<I>
net.sf.asyncobjects.AsyncUnicastServer<I>
       net.sf.asyncobjects.io.BufferedInput<TextData,ATextInput>
net.sf.asyncobjects.io.BufferedInput<TextData,ATextInput>
           net.sf.asyncobjects.io.BufferedTextInput
net.sf.asyncobjects.io.BufferedTextInput
- All Implemented Interfaces: 
- ACloseable, AsyncObject, ExplicitSharing, AInput<TextData>, ATextInput
- public class BufferedTextInput 
- extends BufferedInput<TextData,ATextInput>- implements ATextInput
A buffered Text input stream.
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
BufferedTextInput
public BufferedTextInput(ATextInput proxiedStream,
                         int limit)
- A constructor from the stream
 
- Parameters:
- proxiedStream- a stream that is being proxied
- limit- a maximum amount of bites to be attempte to read from
            undelying stream
 
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.