다음을 통해 공유


IDataReader.ReadBytes(Byte[]) 메서드

정의

입력 스트림에서 바이트 값 배열을 읽습니다.

public:
 void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())

매개 변수

value

Byte[]

byte[]

값의 배열입니다.

적용 대상