BinaryReader.Read7BitEncodedInt 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
압축된 형식으로 32비트 정수로 읽습니다.
protected public:
int Read7BitEncodedInt();
protected:
int Read7BitEncodedInt();
protected internal int Read7BitEncodedInt();
protected int Read7BitEncodedInt();
member this.Read7BitEncodedInt : unit -> int
Protected Friend Function Read7BitEncodedInt () As Integer
Protected Function Read7BitEncodedInt () As Integer
반품
압축된 형식의 32비트 정수입니다.
예외
스트림의 끝에 도달합니다.
스트림이 닫혔습니다.
I/O 오류가 발생했습니다.
스트림이 손상되었습니다.
설명
BinaryReader 는 읽지 못한 후 파일 위치를 복원하지 않습니다.
정수가 7비트에 맞으면 정수는 1바이트만 사용합니다. 정수는 다음을 통해 BinaryWriter.Write7BitEncodedInt작성될 것으로 예상됩니다.
일반적인 I/O 작업 목록은 일반적인 I/O 작업을 참조하세요.