InjectableStreamReadByte Method |
When overridden in a derived class, reads a sequence of bytes from the current stream and
advances the position within the stream by the number of bytes read.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax 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
Type:
Int32
The total number of bytes read into the buffer. This can be less than the number of bytes
requested if that many bytes are not currently available, or zero (0) if the end of the
stream has been reached.
See Also