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



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

TBase64EncodingStream.Read

Read data from the stream

Declaration

Source position: base64.pp line 43

public function TBase64EncodingStream.Read(

  var Buffer;

  Count: LongInt

):LongInt; override;

Arguments

Buffer

  

Buffer to receive read data

Count

  

Number of bytes to read

Function result

Number of bytes actually read

Description

Read always raises an exception, because the encoding stream is write-only.

See also

TBase64EncodingStream.Write

  

Write data to the stream.

TBase64EncodingStream.Seek

  

Position the stream

TBase64DecodingStream.Read

  

Read and decrypt data from the source stream

TStream.Read

Notes

 No notes exist for this page yet. 





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