Discuss this help topic in SecureBlackbox Forum

TElStream.SetPosition

TElStream     See also     


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


Allows to change the current position in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    void setPosition(long Pos);

Parameters

  • Pos - specifies the new position.

Description

    Use this method to change the current position in the stream.

See also:     Position     getPosition    

Discuss this help topic in SecureBlackbox Forum