点击或拖拽改变大小

FileStreamExensions.SafeWrite 方法

X#
重载列表
  名称说明
公共方法静态成员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.
Top
参见