C# 클래스 Telegram.MTProto.Network.CborInputCyclicBuffer

상속: CborInput
파일 보기 프로젝트 열기: naphaso/kilogram

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddChunk ( byte chunk ) : void
AddChunk ( byte chunk, int offset, int length ) : void
CborInputCyclicBuffer ( int size ) : System
Clear ( ) : void
Crc32 ( int currentReadPositionOffset, int length ) : int
GetByte ( ) : int
GetBytes ( int count ) : byte[]
GetInt16 ( ) : uint
GetInt32 ( ) : uint
GetInt64 ( ) : ulong
GetInt8 ( ) : uint
HasBytes ( int count ) : bool
ReadInt32 ( ) : uint

메소드 상세

AddChunk() 공개 메소드

public AddChunk ( byte chunk ) : void
chunk byte
리턴 void

AddChunk() 공개 메소드

public AddChunk ( byte chunk, int offset, int length ) : void
chunk byte
offset int
length int
리턴 void

CborInputCyclicBuffer() 공개 메소드

public CborInputCyclicBuffer ( int size ) : System
size int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Crc32() 공개 메소드

public Crc32 ( int currentReadPositionOffset, int length ) : int
currentReadPositionOffset int
length int
리턴 int

GetByte() 공개 메소드

public GetByte ( ) : int
리턴 int

GetBytes() 공개 메소드

public GetBytes ( int count ) : byte[]
count int
리턴 byte[]

GetInt16() 공개 메소드

public GetInt16 ( ) : uint
리턴 uint

GetInt32() 공개 메소드

public GetInt32 ( ) : uint
리턴 uint

GetInt64() 공개 메소드

public GetInt64 ( ) : ulong
리턴 ulong

GetInt8() 공개 메소드

public GetInt8 ( ) : uint
리턴 uint

HasBytes() 공개 메소드

public HasBytes ( int count ) : bool
count int
리턴 bool

ReadInt32() 공개 메소드

public ReadInt32 ( ) : uint
리턴 uint