|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.livez.mail.util.WindowsJIS
public final class WindowsJIS
Windows 及び 携帯端末用の JIS (ISO-2022-JP) と Unicode の相互変換機能を提供するクラスです。
| コンストラクタの概要 | |
|---|---|
WindowsJIS()
|
|
| メソッドの概要 | |
|---|---|
static String |
decode(byte[] input)
JIS (ISO-2022-JP) から Unicode へ変換(デコード)します。 |
static String |
decode(byte[] input,
int length)
JIS (ISO-2022-JP) から Unicode へ変換(デコード)します。 |
static byte[] |
encode(String input)
Unicode から JIS (ISO-2022-JP) へ変換(エンコード)します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public WindowsJIS()
| メソッドの詳細 |
|---|
public static byte[] encode(String input)
input - 変換する文字列
public static String decode(byte[] input)
input - JIS コードで表されたバイト配列
public static String decode(byte[] input,
int length)
input - JIS コードで表されたバイト配列length - input の処理する桁数
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||