# as for the readUN() methods, the are available throught file.reader() const file = try std.fs.cwd().openFile("path", .{}); defer file.close(); const reader = file.reader(); const magic = try reader.readIntLittle(u16);