FileStreamExensions.SafeWrite 方法 |
名称 | 说明 | |
---|---|---|
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, Int32) | Write data to a stream. Contains TRY CATCH mechanism. Writes to the current location. |