C# Class Telegram.MTProto.Network.CborInputMoveBuffer

Inheritance: CborInput
ファイルを表示 Open project: naphaso/kilogram

Public Methods

Method Description
AddChunk ( byte chunk ) : void
AddChunk ( byte chunk, int offset, int length ) : void
CborInputMoveBuffer ( 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 method

public AddChunk ( byte chunk ) : void
chunk byte
return void

AddChunk() public method

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

CborInputMoveBuffer() public method

public CborInputMoveBuffer ( int size ) : System
size int
return System

Clear() public method

public Clear ( ) : void
return void

Crc32() public method

public Crc32 ( int currentReadPositionOffset, int length ) : int
currentReadPositionOffset int
length int
return int

GetByte() public method

public GetByte ( ) : int
return int

GetBytes() public method

public GetBytes ( int count ) : byte[]
count int
return byte[]

GetInt16() public method

public GetInt16 ( ) : uint
return uint

GetInt32() public method

public GetInt32 ( ) : uint
return uint

GetInt64() public method

public GetInt64 ( ) : ulong
return ulong

GetInt8() public method

public GetInt8 ( ) : uint
return uint

HasBytes() public method

public HasBytes ( int count ) : bool
count int
return bool

ReadInt32() public method

public ReadInt32 ( ) : uint
return uint