[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |