OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

Base64OutputStream Constructor 

It takes the output stream around which it wraps and the behaviour of the stream when flush is called upon this stream.

public Base64OutputStream(
   Stream out_Renamed,
   bool isFlushEnd
);

Parameters

out_Renamed
Outputstream around which it wraps.
isFlushEnd
Flag denoting if the
flush 
method denotes end of stream.

See Also

Base64OutputStream Class | de.osci.osci12.common Namespace