Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Base64Stream( Stream stream, bool owner, bool addLineBreaks, FileAccess access )
Public Sub New ( stream As Stream, owner As Boolean, addLineBreaks As Boolean, access As FileAccess )
public: Base64Stream( Stream^ stream, bool owner, bool addLineBreaks, FileAccess access )
new : stream : Stream * owner : bool * addLineBreaks : bool * access : FileAccess -> Base64Stream
Parameters
- stream (Stream)
- Stream which to encode/decode.
- owner (Boolean)
- Specifies if Base64Stream is owner of stream.
- addLineBreaks (Boolean)
- Specifies if encoder inserts CRLF after each 76 bytes.
- access (FileAccess)
- This stream access mode.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119