Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.Position

TElCompoundFileVirtualStream     See also     


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


Specifies the current position in the file.

Declaration

[C#]
    long Position;

[VB.NET]
    Property Position As Long

[Pascal]
    property Position : Int64;

[C++]
    not available

[PHP]
    not available

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

Parameters

  • Pos -

Description

    Use this property to specify the current position in the file relative to the beginning of the file. Reading or writing of the piece of data always starts from this position, unless the position is explicitly specified. Each time after reading or writing the position is increased by the number of bytes that were read or written.

See also:     Seek    

Discuss this help topic in SecureBlackbox Forum