static byte[] loadFirstBytes(S file, int n) { File f = new File(file); n = asInt(min(n, f.length())); ret loadBinaryFileChunk(f, 0, n); }