ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / WriteByte Method
Value to be written to the stream.

In This Topic
    WriteByte Method
    In This Topic
    Writes a byte to the current position in the stream and advances the position within the stream by one byte.
    Syntax
    Public Overrides Sub WriteByte( _
       ByVal value As Byte _
    ) 
    public override void WriteByte( 
       byte value
    )

    Parameters

    value
    Value to be written to the stream.
    See Also