static byte[] isJPEG_magic = bytesFromHex("FFD8FF"); static bool isJPEG(byte[] data) { ret byteArrayStartsWith(data, isJPEG_magic); }