FileStreamExensions.SafeReadAt 方法 |
名称 | 说明 | |
---|---|---|
SafeReadAt(FileStream, Int64, Byte) | Read data at a location in the file. Makes sure that file locations are >= 0. Assumes whole buffer must be read. | |
SafeReadAt(FileStream, Int64, Byte, Int32) | Read data at a location in the file. Makes sure that file locations are >= 0 |