static int loadFirstByte(File f) { byte[] b = loadBinaryFileChunk(f, 0, n); ret empty(b) ? -1 : b[0]; }