다음을 통해 공유


IBinaryTokenStreamReader.ReadBytes(Int32) 메서드

정의

스트림에서 다음 바이트를 읽습니다.

public byte[] ReadBytes (int count);
abstract member ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()

매개 변수

count
Int32

읽을 바이트 수입니다.

반환

Byte[]

스트림의 현재 위치에서 적절한 출력 형식으로 변환된 데이터입니다.

적용 대상