Vcl.Imaging.jpeg.TJPEGImage.ReadStream

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure ReadStream(Size: Longint; Stream: TStream);

C++

void __fastcall ReadStream(int Size, System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Loads the jpeg image from a stream.

ReadStream is used internally by the TJPEGImage class to read the contents of a jpeg image from a stream. ReadStream reads a jpeg data source from a stream and replaces the current image with it.

See Also