Discuss this help topic in SecureBlackbox Forum

TElStream.Seek

TElStream     See also     


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


Performs seek operation in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    long seek(long Offset, TSBSeekOrigin Origin);

Parameters

  • Offset - specifies seek offset.
  • Origin - specifies the origin of the seek operation.

TSBSeekOrigin values:

Return value

    Returns the new position in the stream.

Description

    Use this method to seek to the new position in the stream relative to the specified origin.

See also:     Position    

Discuss this help topic in SecureBlackbox Forum