LumiSoft Net Help
Base64Stream Constructor (stream, owner, addLineBreaks)
NamespacesLumiSoft.Net.IOBase64StreamBase64Stream(Stream, Boolean, Boolean)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
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.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.

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