Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Base64Decoder class decodes base64-encoded data.
The Base64Decoder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Base64Decoder | The Base64Decoder constructor creates a new Base64Decoder object. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | The Clone method creates a copy of this Base64Decoder object. (Overrides ByteEncoder.Clone().) |
![]() |
Convert(Stream, Stream) | When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.) |
![]() |
Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) | The Convert method decodes base64-encoded data. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).) |
![]() |
Dispose() | Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.) |
![]() |
Dispose(Boolean) | The Dispose method releases the unmanaged resources that are used by the Base64Decoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).) |
![]() |
GetMaxByteCount | The GetMaxByteCount method returns the maximum number of bytes that are required to store dataCount bytes of base64-encoded data after it has been decoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).) |
![]() |
Reset | The Reset method resets the internal state of this Base64Decoder object. (Overrides ByteEncoder.Reset().) |
Top
.gif)
.gif)