public void readBytes(long address, byte[] bytes) {
   myFile.get(address, bytes, 0, bytes.length);
 }