VarIntReaderExtensions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가변 너비 정수 작업을 위한 확장 메서드입니다.
public static class VarIntReaderExtensions
type VarIntReaderExtensions = class
Public Module VarIntReaderExtensions
- 상속
-
VarIntReaderExtensions
메서드
ReadInt16<TInput>(Reader<TInput>, WireType) |
가변 너비 Int16를 읽습니다. |
ReadInt32<TInput>(Reader<TInput>, WireType) |
가변 너비 Int32를 읽습니다. |
ReadInt64<TInput>(Reader<TInput>, WireType) |
가변 너비 Int64를 읽습니다. |
ReadInt8<TInput>(Reader<TInput>, WireType) |
가변 너비 SByte를 읽습니다. |
ReadUInt16<TInput>(Reader<TInput>, WireType) |
가변 너비 UInt16를 읽습니다. |
ReadUInt32<TInput>(Reader<TInput>, WireType) |
가변 너비 UInt32를 읽습니다. |
ReadUInt64<TInput>(Reader<TInput>, WireType) |
가변 너비 UInt64를 읽습니다. |
ReadUInt8<TInput>(Reader<TInput>, WireType) |
가변 너비 Byte를 읽습니다. |
ReadVarInt16<TInput>(Reader<TInput>) |
가변 너비 UInt16를 읽습니다. |
ReadVarInt32<TInput>(Reader<TInput>) |
가변 너비 Int32를 읽습니다. |
ReadVarInt64<TInput>(Reader<TInput>) |
가변 너비 Int64를 읽습니다. |
ReadVarInt8<TInput>(Reader<TInput>) |
가변 너비 SByte를 읽습니다. |
ReadVarUInt16<TInput>(Reader<TInput>) |
가변 너비 UInt16를 읽습니다. |
ReadVarUInt8<TInput>(Reader<TInput>) |
가변 너비 Byte를 읽습니다. |