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.