Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.SetLength

TElCompoundFileVirtualStream     See also     


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


Specifies the file size.

Declaration

[C#]
    void SetLength(long NewSize);

[VB.NET]
    Sub SetLength(ByVal NewSize As Long)

[Pascal]
    procedure SetLength(NewSize : Int64);

[C++]
    not available

[PHP]
    not available

[Java]
    void setLength(long NewSize);

Parameters

  • NewSize - new size of the file in bytes.

Return value

    Returns the new position in the file.

Description

    Use this method to set new size of the compound file.

See also:     Length     Size    

Discuss this help topic in SecureBlackbox Forum