Click or drag to resize

FileStreamExensions.SafeWrite Method

X#
Overload List
  NameDescription
Public methodStatic memberSafeWrite(FileStream, Byte)
Write data to a stream. Contains TRY CATCH mechanism. Writes to the current location. Assumes the whole buffer must be written.
Public methodStatic memberSafeWrite(FileStream, Byte, Long)
Write data to a stream. Contains TRY CATCH mechanism. Writes to the current location.
Top
See Also