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

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public override void WriteByte(
	byte value
)
Visual Basic
Public Overrides Sub WriteByte ( _
	value As Byte _
)

Parameters

value
Type: System..::..Byte
Value to be written to the stream.

See Also