[Overview][Types][Classes] | Reference for unit 'base64' (#fcl) |
Create a new instance of the TBase64DecodingStream class
Source position: line 0
public constructor TBase64DecodingStream.Create( |
AInputStream: TStream |
); |
AInputStream: TStream; |
AMode: TBase64DecodingMode |
); |
AInputStream |
|
Source stream from which to read encoded data |
AInputStream |
|
Source stream from which to read encoded data |
Create creates a new instance of the TBase64DecodingStream class. It stores the source stream AInputStream for reading the data from.
The optional AMode parameter determines the mode in which the decoding will be done. If omitted, bdmMIME is used.
|
Create a new instance of the TBase64EncodingStream class. |
|
|
Decoding mode for stream |
No notes exist for this page yet.