AddEntry Method (entryName, byteContent)

DotNetZip

Ionic Zip Library v1.9.1.6 AddEntry Method (entryName, byteContent)
ReferenceIonic.ZipZipFileAddEntry(String, array<Byte>[]()[][])
Add an entry into the zip archive using the given filename and directory path within the archive, and the given content for the file. No file is created in the filesystem.
Declaration Syntax
C# Visual Basic Visual C++
public ZipEntry AddEntry(
	string entryName,
	byte[] byteContent
)
Public Function AddEntry ( _
	entryName As String, _
	byteContent As Byte() _
) As ZipEntry
public:
ZipEntry^ AddEntry(
	String^ entryName, 
	array<unsigned char>^ byteContent
)
Parameters
entryName (String)
The name, including any path, to use within the archive for the entry.
byteContent (array<Byte>[]()[][])
The data to use for the entry.
Return Value
The ZipEntry added.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)