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