com.upokecenter.text.ICharacterInput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encoding Show documentation
Show all versions of encoding Show documentation
A Java library that implements character encodings used in Web pages and email.
package com.upokecenter.text;
/**
*
*/
public interface ICharacterInput {
/**
*
*/
int ReadChar();
/**
*
*/
int Read(int[] chars, int index, int length);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy