PendingBuffer.WriteByte Method

SharpZip Compression Library

SharpZip Compression Library

PendingBuffer.WriteByte Method 

write a byte to buffer

public void WriteByte(
   int b
);

Parameters

b
value to write

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace