com.upokecenter.text.ICharacterInput

com.upokecenter.text.ICharacterInput

public interface ICharacterInput

An interface for reading Unicode code points from a data source.

Methods

Method Details

ReadChar

int ReadChar()

Reads a Unicode code point from a data source.

Returns:

Read

int Read(int[] chars, int index, int length)

Reads a sequence of Unicode code points from a data source.

Parameters:

Returns:

Throws:

Back to Encoding start page.