sbool firstBytesOfFileAre(File f, S hex) { byte[] bytes = bytesFromHex(hex); ret byteArraysEqual(bytes, loadFirstBytes(f, l(bytes))); }