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 39

type TBase64EncodingStream = class(TOwnerStream)

protected

  CharsPerLine: Integer;

  LineSeparator: RawByteString;

  PadEnd: Boolean;

  TotalBytesProcessed: LongWord;

  BytesWritten: LongWord;

  LineLength: Integer;

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

  BufSize: Integer;

  procedure DoWriteBuf();

public

  constructor Create();

  destructor Destroy; override;

  function Flush;

  function Write(); override;

  function Seek(); override;

end;

Inheritance

TBase64EncodingStream

|

TObject


Documentation generated on: 2025-07-25