|
TimeoutStreamRead Method
|
Reads from base stream using a timeout
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public override int Read(
byte[] buffer,
int offset,
int count
)
Public Overrides Function Read (
buffer As Byte(),
offset As Integer,
count As Integer
) As Integer
Request Example
View SourceParameters
- buffer
- Type: SystemByte
Buffer byte array - offset
- Type: SystemInt32
Offset - count
- Type: SystemInt32
Number of bytes to read
Return Value
Type:
Int32See Also