PendingBuffer.WriteInt Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PendingBuffer.WriteInt Method 

write an integer LSB first

public void WriteInt(
   int value
);

Parameters

value
The value to write.

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace