DeflaterOutputStream.WriteByte Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.WriteByte Method 

Writes a single byte to the compressed output stream.

public override void WriteByte(
   byte bval
);

Parameters

bval
The byte value.

See Also

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