[Overview][Types][Classes] | Reference for unit 'base64' (#fcl) |
Read data from the stream
Source position: base64.pp line 43
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
Read always 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 |
|
No notes exist for this page yet.