[Overview][Classes] |
Create a new instance of the TBase64DecodingStream class
Source position: base64.pp line 52
public constructor TBase64DecodingStream.Create( |
AInputStream: TStream |
); |
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.
|
Create a new instance of the TBase64EncodingStream class. |