help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TBase64DecodingStream.Write

Write data to the stream

Declaration

Source position: base64.pp line 84

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

Write always raises an EStreamError exception, because the decoding stream is read-only. To write to an encrypted stream, use a TBase64EncodingStream instance.

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505