bt747.sys.interfaces
Interface BT747OutputStream

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

public interface BT747OutputStream

Author:
Mario

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

Method Detail

writeBytes

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

Parameters:
b - Byte buffer.
off - Start offset in buffer to start writing to file.
len - Number of bytes to write to file.
Returns:
number of bytes written.