[Overview][Types][Classes] | Reference for unit 'base64' (#fcl) |
Write data to the stream
Source position: base64.pp line 84
public function TBase64DecodingStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer with data to write to the stream |
Count |
|
Number of bytes to write |
Number of bytes written
Write always raises an EStreamError exception, because the decoding stream is read-only. To write to an encrypted stream, use a TBase64EncodingStream instance.
|
Read and decrypt data from the source stream |
|
|
Set stream position. |
|
|
Write data to the stream. |
|
No notes exist for this page yet.