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



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'idea' (#fcl)

TIDEADeCryptStream.Write

Write data to the stream

Declaration

Source position: idea.pp line 97

public function TIDEADeCryptStream.Write(

  const Buffer;

  Count: LongInt

):LongInt; override;

Arguments

Buffer

  

Buffer containing data to be written

Count

  

Number of bytes to write

Function result

Number of written bytes

Description

Write always raises an EIDEAError exception, because the decryption stream is read-only. To write to an encryption stream, use the Write method of the TIDEAEncryptStream decryption stream.

Errors

An EIDEAError exception is raised when calling this method.

See also

Read

  

Reads data from the stream, decrypting it as needed

TIDEAEncryptStream

  

IDEA encryption stream.

TIDEAEncryptStream.Write

  

Write bytes to the stream to be encrypted

Notes

 No notes exist for this page yet. 





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