WriteByte Method (value)

Microsoft Deployment Tools

Deployment Tools Foundation WriteByte Method (value)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionOffsetStreamWriteByte(Byte)
Writes a byte to the current position in the source stream and advances the position within the stream by one byte.
Declaration Syntax
C# Visual Basic Visual C++
public override void WriteByte(
	byte value
)
Public Overrides Sub WriteByte ( _
	value As Byte _
)
public:
virtual void WriteByte(
	unsigned char value
) override
Parameters
value (Byte)
The byte to write to the stream.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)