C# Class PeterO.Cbor.CharacterReader.Utf8Reader

Inheritance: ICharacterInput
Datei anzeigen Open project: peteroupc/CBOR

Public Methods

Method Description
Read ( int chars, int index, int length ) : int
ReadChar ( ) : int
Unget ( int ch ) : void
UngetThree ( int a, int b, int c ) : void
Utf8Reader ( IByteReader stream, bool errorThrow ) : System

Method Details

Read() public method

public Read ( int chars, int index, int length ) : int
chars int
index int
length int
return int

ReadChar() public method

public ReadChar ( ) : int
return int

Unget() public method

public Unget ( int ch ) : void
ch int
return void

UngetThree() public method

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

Utf8Reader() public method

public Utf8Reader ( IByteReader stream, bool errorThrow ) : System
stream IByteReader
errorThrow bool
return System