C# Class Telegram.MTProto.Network.CborInputCyclicBuffer

Inheritance: CborInput
Afficher le fichier Open project: naphaso/kilogram

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddChunk() public méthode

public AddChunk ( byte chunk ) : void
chunk byte
Résultat void

AddChunk() public méthode

public AddChunk ( byte chunk, int offset, int length ) : void
chunk byte
offset int
length int
Résultat void

CborInputCyclicBuffer() public méthode

public CborInputCyclicBuffer ( int size ) : System
size int
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Crc32() public méthode

public Crc32 ( int currentReadPositionOffset, int length ) : int
currentReadPositionOffset int
length int
Résultat int

GetByte() public méthode

public GetByte ( ) : int
Résultat int

GetBytes() public méthode

public GetBytes ( int count ) : byte[]
count int
Résultat byte[]

GetInt16() public méthode

public GetInt16 ( ) : uint
Résultat uint

GetInt32() public méthode

public GetInt32 ( ) : uint
Résultat uint

GetInt64() public méthode

public GetInt64 ( ) : ulong
Résultat ulong

GetInt8() public méthode

public GetInt8 ( ) : uint
Résultat uint

HasBytes() public méthode

public HasBytes ( int count ) : bool
count int
Résultat bool

ReadInt32() public méthode

public ReadInt32 ( ) : uint
Résultat uint