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

TBase64EncodingStream

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

Declaration

Source position: base64.pp line 33

type TBase64EncodingStream = class(TOwnerStream)

protected

  TotalBytesProcessed: LongWord;

  BytesWritten: LongWord;

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

  BufSize: Integer;

public

  destructor Destroy; override;

  function Flush;

  function Write(); override;

  function Seek(); override;

end;

Inheritance

TBase64EncodingStream

|

TObject


Documentation generated on: 2023-03-18