C# 클래스 PeterO.Cbor.CharacterReader.SavedState

파일 보기 프로젝트 열기: peteroupc/CBOR

공개 메소드들

메소드 설명
AddOne ( int a ) : void
AddThree ( int a, int b, int c ) : void
AddTwo ( int a, int b ) : void
Read ( IByteReader input ) : int

비공개 메소드들

메소드 설명
Ensure ( int size ) : void

메소드 상세

AddOne() 공개 메소드

public AddOne ( int a ) : void
a int
리턴 void

AddThree() 공개 메소드

public AddThree ( int a, int b, int c ) : void
a int
b int
c int
리턴 void

AddTwo() 공개 메소드

public AddTwo ( int a, int b ) : void
a int
b int
리턴 void

Read() 공개 메소드

public Read ( IByteReader input ) : int
input IByteReader
리턴 int