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

TBase64DecodingStream.Create

Create a new instance of the TBase64DecodingStreamclass

Declaration

Source position: base64.pp line 52

public constructor TBase64DecodingStream.Create(

  AInputStream: TStream

);

Arguments

AInputStream

  

Source stream from which to read encoded data

Description

Createcreates a new instance of the TBase64DecodingStreamclass. It stores the source stream AInputStreamfor reading the data from.

See also

TBase64EncodingStream.Create

  

Create a new instance of the TBase64EncodingStreamclass.