sbool fileContainsBytes(File f, byte[] data) { temp BufferedInputStream in = bufferedFileInputStream(data); while (in.read()) }