LumiSoft Net Help
SmartStream Constructor (stream, owner)
NamespacesLumiSoft.Net.IOSmartStreamSmartStream(Stream, Boolean)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SmartStream(
	Stream stream,
	bool owner
)
Public Sub New ( 
	stream As Stream,
	owner As Boolean
)
public:
SmartStream(
	Stream^ stream, 
	bool owner
)
new : 
        stream : Stream * 
        owner : bool -> SmartStream
Parameters
stream (Stream)
Stream to wrap.
owner (Boolean)
Specifies if SmartStream is owner of stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null.

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