[Overview][Types][Classes][Procedures and functions][Index] |
Read and decrypt data from the source stream
Source position: base64.pp line 79
public function TBase64DecodingStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to store data in. |
Count |
|
Maxmimum number of bytes to store in buffer. |
Number of bytes stored in buffer.
Read reads encrypted data from the source stream and stores this data in Buffer. At most Count bytes will be stored in the buffer, but more bytes will be read from the source stream: the encoding algorithm multiplies the number of bytes.
The function returns the number of bytes stored in the buffer.
If an error occurs during the read from the source stream, an exception may occur.
TBase64DecodingStream.Write |
|
Write data to the stream |
|
Set stream position. |
|