AddData Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipExtraData.AddData Method

Add a byte of data to the pending new entry.

Overload List

Add a byte of data to the pending new entry.

public void AddData(byte);

Add data to a pending new entry.

public void AddData(byte[]);

See Also

ZipExtraData Class | ICSharpCode.SharpZipLib.Zip Namespace | StartNewEntry