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

TBlowFishEncryptStream.Read

Read data from the stream

Declaration

Source position: blowfish.pp line 66

public function TBlowFishEncryptStream.Read(

  var Buffer;

  Count: LongInt

):LongInt; override;

Arguments

Buffer

  

Buffer in which to store read data

Count

  

Number of bytes to read.

Function result

Actual number of bytes read

Description

Read will raise an EBlowFishError exception: TBlowFishEncryptStream is a write-only stream.

Errors

Calling this function always results in an EBlowFishError exception.

See also

TBlowFishEncryptStream.Write

  

Write data to the stream