[Overview][Classes] |
Read data from the stream
Source position: base64.pp line 38
public function TBase64EncodingStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to receive read data |
Count |
|
Number of bytes to read |
Number of bytes actually read
Readalways raises an exception, because the encoding stream is write-only.
|
Write data to the stream. |
|
|
Position the stream |
|
|
Read and decrypt data from the source stream |
|