次の方法で共有


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

戻り値

適用対象