Beispiel #1
0
 public int read(byte[] buffer, int bufOffset, int bytesToRead)
 {
     return(m_oFile.readData(buffer, bufOffset, bytesToRead));
 }