Create a new instance of the TBase64DecodingStream class.
Source position: base64.pp line 93
public constructor TBase64DecodingStream.Create( |
ASource: TStream |
); |
ASource: TStream; |
AMode: TBase64DecodingMode |
); |
ASource |
|
Source stream from which to read encoded data. |
ASource |
|
Source stream from which to read encoded data. |
AMode |
|
Mode in which to decode. Defaults to bdmMIME. |
Create creates a new instance of the TBase64DecodingStream class. It stores the source stream ASource for reading the data from.
The optional AMode parameter determines the mode in which the decoding will be done. If omitted, bdmMIME is used.
|
Base64 encoding stream. |
|
|
Decoding mode for stream. |