Reference Library
WriteToOutputStream Method (str)
NamespacesMBNCSUtilDataBufferWriteToOutputStream(Stream)
Writes the data currently contained in the buffer to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int WriteToOutputStream(
	Stream str
)
Public Overridable Function WriteToOutputStream ( _
	str As Stream _
) As Integer
public:
virtual int WriteToOutputStream(
	Stream^ str
)
Parameters
str (Stream)
The stream to which to write the data.
Return Value
The number of bytes written to the stream.

Assembly: Asgard5Library (Module: Asgard5Library)