Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.Add

TElGzipWriter     See also     


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


...

Declaration

[C#/Java]
    bool Add(string FileName);
    bool Add(System.IO.Stream Stream, string FileName /* = '' */);

[VB.NET]
    Function Add(ByVal FileName As String) As Boolean
    Function Add(ByVal Stream As System.IO.Stream, ByVal FileName As String = '') As Boolean

[Pascal]
    function Add(const FileName : string) : boolean;
    function Add(Stream : TStream; const FileName : string = '') : boolean;

[C++]
    not available

[PHP]
    not available

Parameters

  • FileName - ...
  • Stream - ...

Return value

    ...

Description

    ...

See also:         

Discuss this help topic in SecureBlackbox Forum