read(fromAbsoluteOffest:into:count:)
Reads bytes at the specified offset into a buffer.
@discardableResult func read(fromAbsoluteOffest offset: Int, into buffer: inout [UInt8], count: Int? = nil) throws(Errno) -> Int
Parameters
Returns
The bytes successfully read.