Discuss this help topic in SecureBlackbox Forum

TElStream.SetLength

TElStream     See also     


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


Allows to changes the stream length.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    void setLength(long NewSize);

Parameters

  • NewSize - specifies the new size of the stream in bytes.

Description

    Use this method to change the stream length.

See also:     getLength     Length     Size    

Discuss this help topic in SecureBlackbox Forum