[Overview][Classes] Reference for unit 'base64' (#fcl)

TBase64DecodingStream.Write

Write data to the stream

Declaration

Source position: base64.pp line 56

public function TBase64DecodingStream.Write(

  const Buffer;

  Count: LongInt

):LongInt; override;

Arguments

Buffer

  

Buffer with data to write to the stream

Count

  

Number of bytes to write

Function result

Number of bytes written

Description

Writealways raises an EStreamErrorexception, because the decoding stream is read-only. To write to an encrypted stream, use a TBase64EncodingStreaminstance.

See also

TBase64DecodingStream.Read

  

Read and decrypt data from the source stream

TBase64DecodingStream.Seek

  

Set stream position.

TBase64EncodingStream.Write

  

Write data to the stream.

TStream.Write