Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.Read

TElGoogleDriveFile     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


Reads the file data from the remote storage.

Declaration

[C#/Java]
    void Read(System.IO.Stream Data);

[VB.NET]
    Sub Read(ByVal Data As System.IO.Stream)

[Pascal]
    procedure Read(Data: TStream);

[C++]
    void Read(TStream &Data);
    void Read(TStream *Data);

[PHP]
    void Read(TStream $Data)

Parameters

  • Data - a stream to save the file data.

Description

    Use this method to read the file's data to the stream.

See also:     Write     FileSize    

Discuss this help topic in SecureBlackbox Forum