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

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

    Parameters

    value
    Value to be written to the stream.
    See Also