net.sf.asyncobjects.io
Interface AByteInput

All Superinterfaces:
ACloseable, AInput<BinaryData>, AsyncObject
All Known Implementing Classes:
BoundedByteInput, BufferedByteInput, BytePipe.InternalBytePipeInput, ExhaustingByteInput, InputStreamAdapter, NIOSocketInputStream, NulByteInput, RandomByteInput, RepeatingByteInput, SavingByteInput, TSocket.TInputStreamAdapter, UncloseableByteInput

public interface AByteInput
extends AInput<BinaryData>

Input stream interface

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.