Discuss this help topic in SecureBlackbox Forum

TElStream.GetPosition

TElStream     See also     


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


Returns 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();

Return value

    Returns the current position in the stream.

Description

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

See also:     Position     setPosition    

Discuss this help topic in SecureBlackbox Forum