write(toAbsoluteOffset:_:count:)
Writes the contents of a buffer at the specified offset.
@discardableResult func write(toAbsoluteOffset offset: Int, _ buffer: [UInt8], count: Int? = nil) throws(Errno) -> Int
Parameters
Returns
The number of bytes that were written.