C# Class PeterO.Cbor.CharacterReader.SavedState

Datei anzeigen Open project: peteroupc/CBOR

Public Methods

Method Description
AddOne ( int a ) : void
AddThree ( int a, int b, int c ) : void
AddTwo ( int a, int b ) : void
Read ( IByteReader input ) : int

Private Methods

Method Description
Ensure ( int size ) : void

Method Details

AddOne() public method

public AddOne ( int a ) : void
a int
return void

AddThree() public method

public AddThree ( int a, int b, int c ) : void
a int
b int
c int
return void

AddTwo() public method

public AddTwo ( int a, int b ) : void
a int
b int
return void

Read() public method

public Read ( IByteReader input ) : int
input IByteReader
return int