Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Base64Stream( Stream stream, bool owner, bool addLineBreaks )
Public Sub New ( stream As Stream, owner As Boolean, addLineBreaks As Boolean )
public: Base64Stream( Stream^ stream, bool owner, bool addLineBreaks )
new : stream : Stream * owner : bool * addLineBreaks : bool -> Base64Stream
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119