com.sentilla.io
Interface InputStream

All Superinterfaces:
Input
All Known Subinterfaces:
DataInputStream, ObjectInputStream
All Known Implementing Classes:
ByteBuffer

public interface InputStream
extends Input

An InputStream provides data for reading.


Method Summary
 int available()
          Gets the number of bytes available for reading.
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 

Method Detail

available

int available()
              throws IORuntimeException
Gets the number of bytes available for reading.

Returns:
number of bytes available
Throws:
IORuntimeException


Copyright © 2007 Sentilla Corporation. All Rights Reserved.