Mercurial > 510Connectbot
diff src/org/tn5250j/encoding/ICodePage.java @ 27:b29b39f386a4 tn5250
adding tn5250 files, native android logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2014 12:29:12 -0700 |
parents | cbdff98c45ea |
children | 77ac18bc1b2f |
line wrap: on
line diff
--- a/src/org/tn5250j/encoding/ICodePage.java Tue Jun 03 12:16:46 2014 -0700 +++ b/src/org/tn5250j/encoding/ICodePage.java Tue Jun 03 12:29:12 2014 -0700 @@ -1,22 +1,22 @@ -package org.tn5250j.encoding; - -public interface ICodePage { - - /** - * Convert a single byte (or maybe more bytes which representing one character) to a Unicode character. - * - * @param index - * @return - */ - public abstract char ebcdic2uni(int index); - - /** - * Convert a Unicode character in it's byte representation. - * Therefore, only 8bit codepages are supported. - * - * @param index - * @return - */ - public abstract byte uni2ebcdic(char index); - -} +package org.tn5250j.encoding; + +public interface ICodePage { + + /** + * Convert a single byte (or maybe more bytes which representing one character) to a Unicode character. + * + * @param index + * @return + */ + public abstract char ebcdic2uni(int index); + + /** + * Convert a Unicode character in it's byte representation. + * Therefore, only 8bit codepages are supported. + * + * @param index + * @return + */ + public abstract byte uni2ebcdic(char index); + +}