C# Class PeterO.Cbor.CharacterReader.Utf8Reader

Inheritance: ICharacterInput
Afficher le fichier Open project: peteroupc/CBOR

Méthodes publiques

Méthode 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 méthode

public Read ( int chars, int index, int length ) : int
chars int
index int
length int
Résultat int

ReadChar() public méthode

public ReadChar ( ) : int
Résultat int

Unget() public méthode

public Unget ( int ch ) : void
ch int
Résultat void

UngetThree() public méthode

public UngetThree ( int a, int b, int c ) : void
a int
b int
c int
Résultat void

Utf8Reader() public méthode

public Utf8Reader ( IByteReader stream, bool errorThrow ) : System
stream IByteReader
errorThrow bool
Résultat System