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

Base64OutputStream Class

A utility class which wraps around any given OutputStream and encodes the data before writing to the outputstream as per the BASE64 encoding standards.

Author: Gokul Singh, gokulsingh@123india.com

For a list of all members of this type, see Base64OutputStream Members.

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         System.Security.Cryptography.CryptoStream
            de.osci.osci12.common.Base64OutputStream

public class Base64OutputStream : CryptoStream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: de.osci.osci12.common

Assembly: osci-bib (in osci-bib.dll)

See Also

Base64OutputStream Members | de.osci.osci12.common Namespace