| [Overview][Types][Classes][Procedures and functions][Index] | 
Create a new instance of the TBase64EncodingStream class.
Source position: base64.pp line 39
| public constructor TBase64EncodingStream.Create( | 
| ASource: TStream | 
| ); | 
| ASource | 
 | Destination stream for encoded data | 
Create instantiates a new TBase64EncodingStream class. The ASource stream is stored and used to write the encoded data to.
| 
 | Remove a TBase64EncodingStream instance from memory | |
| 
 | Create a new instance of the TBase64DecodingStream class |