ZipExtraData.AddLeInt Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipExtraData.AddLeInt Method 

Add an integer value in little endian order to the pending new entry.

public void AddLeInt(
   int toAdd
);

Parameters

toAdd
The data to add.

See Also

ZipExtraData Class | ICSharpCode.SharpZipLib.Zip Namespace | StartNewEntry