Discuss this help topic in SecureBlackbox Forum

TElSftpStream.SetLength

TElSftpStream     See also     


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


Sets the length of the stream to the given value.

Declaration

[C#]
    void SetLength(long Value);

[VB.NET]
    Sub SetLength(ByVal Value As Long)

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    void setLength(long NewSize);

Parameters

  • Value - the desired length of the stream.
  • NewSize -

Description

    Use this method to set the length of the stream to the given value.

See also:     Length    

Discuss this help topic in SecureBlackbox Forum