Unit 'base64' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TBase64DecodingStream.Create

Create a new instance of the TBase64DecodingStream class.

Declaration

Source position: base64.pp line 75

public constructor TBase64DecodingStream.Create(

  ASource: TStream

);

constructor TBase64DecodingStream.Create(

  ASource: TStream;

  AMode: TBase64DecodingMode

);

Arguments

ASource

  

Source stream from which to read encoded data.

Arguments

ASource

  

Source stream from which to read encoded data.

AMode

  

Mode in which to decode. Defaults to bdmMIME.

Description

Create creates a new instance of the TBase64DecodingStream class. It stores the source stream ASource for reading the data from.

The optional AMode parameter determines the mode in which the decoding will be done. If omitted, bdmMIME is used.

See also

TBase64EncodingStream

  

Base64 encoding stream.

TBase64DecodingMode

  

Decoding mode for stream.


Documentation generated on: Jul 24 2023