[Overview][Classes] |
Create a new instance of the TBase64EncodingStreamclass.
Source position: base64.pp line 35
public constructor TBase64EncodingStream.Create( |
AOutputStream: TStream |
); |
AOutputStream |
|
Destination stream for encoded data |
Createinstantiates a new TBase64EncodingStreamclass. The AOutputStreamstream is stored and used to write the encoded data to.
|
Remove a TBase64EncodingStreaminstannce from memory |
|
|
Create a new instance of the TBase64DecodingStreamclass |