你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BigEndianBinaryReader.Read 方法

定义

重载

Read()
Read(Byte[], Int32, Int32)
Read(Char[], Int32, Int32)

Read()

public override int Read ();
override this.Read : unit -> int
Public Overrides Function Read () As Integer

返回

适用于

Read(Byte[], Int32, Int32)

public override int Read (byte[] buffer, int index, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (buffer As Byte(), index As Integer, count As Integer) As Integer

参数

buffer
Byte[]
index
Int32
count
Int32

返回

适用于

Read(Char[], Int32, Int32)

public override int Read (char[] buffer, int index, int count);
override this.Read : char[] * int * int -> int
Public Overrides Function Read (buffer As Char(), index As Integer, count As Integer) As Integer

参数

buffer
Char[]
index
Int32
count
Int32

返回

适用于