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