C# Class PeterO.Cbor.CharacterReader.Utf16Reader

Inheritance: ICharacterInput
Datei anzeigen Open project: peteroupc/CBOR

Public Methods

Method 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 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 c1, int c2 ) : void
c1 int
c2 int
return void

Utf16Reader() public method

public Utf16Reader ( IByteReader stream, bool bigEndian, bool errorThrow ) : System
stream IByteReader
bigEndian bool
errorThrow bool
return System