Va bene; al limite avresti potuto anche castare l'intero e cioè:

codice:
for (int i=0; i<mioFile.length; i++) {
   mioFile[i] = (byte)fis.read();
}
Ciao