C# Class PeterO.Cbor.CharacterReader.Utf32Reader

Inheritance: ICharacterInput
ファイルを表示 Open project: peteroupc/CBOR

Public Methods

Method Description
Read ( int chars, int index, int length ) : int
ReadChar ( ) : int
Utf32Reader ( 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

Utf32Reader() public method

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