LumiSoft Net Help
ReadAll Method (stream)
NamespacesLumiSoft.Net.IOSmartStreamReadAll(Stream)
Reads all data from source stream and stores to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void ReadAll(
	Stream stream
)
Public Sub ReadAll ( 
	stream As Stream
)
public:
void ReadAll(
	Stream^ stream
)
member ReadAll : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream where to store readed data.
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