bt747.sys.interfaces
Interface BT747InputStream

All Known Subinterfaces:
BT747File, BT747RAFile
All Known Implementing Classes:
ByteDataStream, J2SEFile, J2SERAFile, RAFile, WabaFile

public interface BT747InputStream

Author:
Mario

Method Summary
 int readBytes(byte[] b, int off, int len)
          Read bytes from file to buffer.
 

Method Detail

readBytes

int readBytes(byte[] b,
              int off,
              int len)
Read bytes from file to buffer.

Parameters:
b - Byte buffer.
off - Start offset in buffer to start reading from file.
len - Number of bytes to read from file.
Returns:
number of bytes read.