ComponentOne Zip for UWP
WriteByte Method (C1ZStreamWriter)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : WriteByte Method
Value to be written to the stream.
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

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members