PendingBuffer.WriteShort Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PendingBuffer.WriteShort Method 

Write a short value to buffer LSB first

public void WriteShort(
   int value
);

Parameters

value
The value to write.

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace