Discuss this help topic in SecureBlackbox Forum

TElFileStream Constructor

TElFileStream     See also     


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


Creates a new TElFileStream object.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElFileStream(String Name, int Mode);
    public TElFileStream(String Name, String Mode, boolean Shared);

Parameters

  • Name - specifies the name of the new file.
  • Mode - defines file access mode.
  • Shared - specifies whether the stream is shared or not.

Description

    Use this method to create a new FileStream object.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum