FileStreamExensions.SafeWrite Method |
Name | Description | |
---|---|---|
SafeWrite(FileStream, Byte) | Write data to a stream. Contains TRY CATCH mechanism. Writes to the current location. Assumes the whole buffer must be written. | |
SafeWrite(FileStream, Byte, Long) | Write data to a stream. Contains TRY CATCH mechanism. Writes to the current location. |