[Overview][Classes] |
Create a new instance of the TBase64DecodingStreamclass
Source position: base64.pp line 52
public constructor TBase64DecodingStream.Create( |
AInputStream: TStream |
); |
AInputStream |
|
Source stream from which to read encoded data |
Createcreates a new instance of the TBase64DecodingStreamclass. It stores the source stream AInputStreamfor reading the data from.
|
Create a new instance of the TBase64EncodingStreamclass. |