Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.AddFromBuffer

FlexCompress

Previous  Top  Next

Adds data stored in a memory buffer to the archive.

 

[C#]

public void AddFromBuffer(string fileName, byte[] buffer, int count);

 

[VB.NET]

Public Sub AddFromBuffer(ByVal fileName As String, ByVal buffer As Byte(), ByVal count As Integer)

 

Description

 

Use AddFromBuffer to compress data stored in the memory buffer to the file inside the archive.

 

The fileName parameter specifies file name that will be used to store data from the memory buffer.

 

Count specifies size in bytes of the buffer.

 

Note:    If some errors occurs an exception will be raised.

 

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024