LumiSoft Net Help
WriteStream Method (stream)
NamespacesLumiSoft.Net.IOSmartStreamWriteStream(Stream)
Writes all source stream data to stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void WriteStream(
	Stream stream
)
Public Sub WriteStream ( 
	stream As Stream
)
public:
void WriteStream(
	Stream^ stream
)
member WriteStream : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream which data to write.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when stream is null.

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