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

TBase64DecodingStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: base64.pp line 61

type TBase64DecodingStream = class(TOwnerStream)

protected

  CurPos: Int64;

  DecodedSize: Int64;

  ReadBase64ByteCount: Int64;

  Buf: array [0..2] of Byte;

  BufPos: Integer;

  FEOF: Boolean;

public

  constructor Create();

  procedure Reset;

  function Read(); override;

  function Seek(); override;

  property EOF: Boolean; [r]

  property Mode: TBase64DecodingMode; [rw]

end;

Inheritance

TBase64DecodingStream

|

TObject


Documentation generated on: 2023-03-18