com.sentilla.io
Interface Input

All Known Subinterfaces:
DataInput, DataInputStream, DataRandomAccess, InputStream, ObjectInput, ObjectInputStream, ObjectRandomAccess, RandomAccessFile
All Known Implementing Classes:
ByteBuffer, RemoteRandomAccessFile

public interface Input


Method Summary
 void close()
           
 byte read()
           
 int read(byte[] b)
           
 int read(byte[] b, int offset, int length)
           
 void skip(int n)
           
 

Method Detail

read

byte read()
          throws IORuntimeException
Throws:
IORuntimeException

read

int read(byte[] b)
         throws IORuntimeException
Throws:
IORuntimeException

read

int read(byte[] b,
         int offset,
         int length)
         throws IORuntimeException
Throws:
IORuntimeException

skip

void skip(int n)
          throws IORuntimeException
Throws:
IORuntimeException

close

void close()
           throws IORuntimeException
Throws:
IORuntimeException


Copyright © 2007 Sentilla Corporation. All Rights Reserved.