Discuss this help topic in SecureBlackbox Forum

TElStream.GetLength

TElStream     See also     


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


Returns stream length in bytes.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    long getLength();

Return value

    Returns stream length in bytes.

Description

    Use this method to get the stream length in bytes.

See also:     setLength     Length     Size    

Discuss this help topic in SecureBlackbox Forum