BinaryTokenStreamReader.ReadBytes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read the next bytes from the stream.
public byte[] ReadBytes (int count);
member this.ReadBytes : int -> byte[]
abstract member ReadBytes : int -> byte[]
override this.ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()
Parameters
- count
- Int32
Number of bytes to read.
Returns
Byte[]
Data from current position in stream, converted to the appropriate output type.