FileStreamExensions.SafeWriteAt Method |
Name | Description | |
---|---|---|
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, Long) | Write data at a location in the file. Makes sure that file locations are >= 0. |