[]
        
(Showing Draft Content)

C1.Zip.C1ZStreamWriter.WriteByte

WriteByte Method

WriteByte(byte)

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Declaration
public override void WriteByte(byte value)
Parameters
Type Name Description
byte value

Value to be written to the stream.

Overrides