fn pwriteAll(self: File, bytes: []const u8, offset: u64) PWriteError!void
[src]
On Windows, this function currently does alter the file pointer. https://github.com/ziglang/zig/issues/12783
fn pwriteAll(self: File, bytes: []const u8, offset: u64) PWriteError!void
On Windows, this function currently does alter the file pointer. https://github.com/ziglang/zig/issues/12783