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

TBlowFishDeCryptStream.Write

Write data to the stream

Declaration

Source position: blowfish.pp line 75

public function TBlowFishDeCryptStream.Write(

  const Buffer;

  Count: LongInt

):LongInt; override;

Arguments

Buffer

  

Buffer with data to be written.

Count

  

Number of bytes to write

Function result

Number of bytes actually written.

Description

Write will raise an EBlowFishError exception: TBlowFishDecryptStream is a write-only stream.

Errors

Calling this function always results in an EBlowFishError exception.

See also

TBlowFishDecryptStream.Read

  

Read data from the stream