System::IO::BinaryReader::ReadBytes method
BinaryReader::ReadBytes method
입력 스트림에서 지정된 바이트 수를 읽습니다.
virtual ArrayPtr<uint8_t> System::IO::BinaryReader::ReadBytes(int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| count | int | 읽을 바이트 수 |
ReturnValue
읽은 바이트를 포함하는 바이트 배열
또 보기
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.Page for C++