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

Base64InputStream Class

A utility class which wraps around any given inputstream and decodes the inputstream as per the BASE64 encoding standards.

This class reads data from the underlying inputstream in chunks of four.

Author: Gokul Singh, gokulsingh@123india.com

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

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

public class Base64InputStream : 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

Base64InputStream Members | de.osci.osci12.common Namespace