C# Class PeterO.Cbor.CharacterReader.Utf16Reader

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 c1, int c2 ) : void
Utf16Reader ( IByteReader stream, bool bigEndian, 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 c1, int c2 ) : void
c1 int
c2 int
Résultat void

Utf16Reader() public méthode

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