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