PendingBuffer.WriteInt Method

SharpZip Compression Library

SharpZip Compression Library

PendingBuffer.WriteInt Method 

write an integer LSB first

public void WriteInt(
   int s
);

Parameters

s
value to write

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace