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

TBase64DecodingStream.Create

Create a new instance of the TBase64DecodingStream class

Declaration

Source position: base64.pp line 52

public constructor TBase64DecodingStream.Create(

  AInputStream: TStream

);

Arguments

AInputStream

  

Source stream from which to read encoded data

Description

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

See also

TBase64EncodingStream.Create

  

Create a new instance of the TBase64EncodingStream class.