ComponentOne Zip for .NET
WriteByte Method

C1.C1Zip.4 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
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

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members