Deployment Tools Foundation
ReadByte Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► OffsetStream ► ReadByte()()()()
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
Int32
The unsigned byte cast to an Int32, or -1 if at the end of the stream.
The unsigned byte cast to an Int32, or -1 if at the end of the stream.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)