LumiSoft Net Help
WriteStream Method (stream, count)
NamespacesLumiSoft.Net.IOSmartStreamWriteStream(Stream, Int64)
Writes specified number of bytes from source stream to stream.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
stream (Stream)
Stream which data to write.
count (Int64)
Number of bytes to write.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when stream is null.
ArgumentExceptionIs raised when count argument has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119