Discuss this help topic in SecureBlackbox Forum

TElStream.Length

TElStream     See also     


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


Specifies the length of the stream in bytes.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    long getLength();
    void setLength(long NewSize);

Parameters

  • NewSize - specifies the new length of the stream.

Description

    Same as Size. This property allows to get or set the length of the stream in bytes.

See also:     getLength     setLength     Length    

Discuss this help topic in SecureBlackbox Forum