[Overview][Types][Classes][Index] Reference for unit 'base64' (#fcl)

TBase64DecodingStream.Create

Create a new instance of the TBase64DecodingStream class

Declaration

Source position: line 0

public constructor TBase64DecodingStream.Create(

  ASource: TStream

);

constructor TBase64DecodingStream.Create(

  ASource: TStream;

  AMode: TBase64DecodingMode

);

Arguments

AMode

  

Encoding mode to be used when encoding

Description

Create creates a new instance of the TBase64DecodingStream class. It stores the source stream AInputStream 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.Create

  

Create a new instance of the TBase64EncodingStream class.

TBase64DecodingMode

  

Decoding mode for stream

The latest version of this document can be found at lazarus-ccr.sourceforge.net.