Discuss this help topic in SecureBlackbox Forum

TElStream.Position

TElStream     See also     


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


Specifies the current position in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    long getPosition();
    void setPosition(long Pos);

Parameters

  • Pos - specifies the new position in the stream.

Description

    Use this property to get the current position or change it.

See also:     getPosition     setPosition    

Discuss this help topic in SecureBlackbox Forum