DeflaterOutputStream.WriteByte Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream.WriteByte Method 

Writes a single byte to the compressed output stream.

public override void WriteByte(
   byte value
);

Parameters

value
The byte value.

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace