Writes specified number of bytes from source stream to stream.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void WriteStream( Stream stream, long count )
Public Sub WriteStream ( stream As Stream, count As Long )
public: void WriteStream( Stream^ stream, long long count )
member WriteStream : stream : Stream * count : int64 -> unit
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentNullException | Is raised when stream is null. |
ArgumentException | Is raised when count argument has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119