ReadByte Method

DTF API

Copy image CopyHover image
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++ F#
public override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
abstract ReadByte : unit -> int 
override ReadByte : unit -> int 
Return Value
Int32
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.11.1.2318)