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 |
public AddChunk ( byte chunk, int offset, int length ) : void | ||
chunk | byte | |
offset | int | |
length | int | |
return | void |
public CborInputMoveBuffer ( int size ) : System | ||
size | int | |
return | System |
public Crc32 ( int currentReadPositionOffset, int length ) : int | ||
currentReadPositionOffset | int | |
length | int | |
return | int |