Discuss this help topic in SecureBlackbox Forum

TElStream.Size

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 getSize();
    void setSize(long NewSize);

Parameters

  • NewSize - specifies the new size of the stream.

Description

    Same as Length. 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