ReadByte Method

Microsoft Deployment Tools

Deployment Tools Foundation ReadByte Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionOffsetStreamReadByte()()()
Reads a byte from the stream and advances the position within the source stream by one byte, or returns -1 if at the end of the stream.
Declaration Syntax
C# Visual Basic Visual C++
public override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
Return Value
The unsigned byte cast to an Int32, or -1 if at the end of the stream.

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