jp.sourceforge.livez.mail.util
クラス ByteToCharUTF7
java.lang.Object
sun.io.ByteToCharConverter
jp.sourceforge.livez.mail.util.ByteToCharUTF7
推奨されていません。 未検証
public final class ByteToCharUTF7
- extends sun.io.ByteToCharConverter
UTF-7 のデコーダです。
- 作成者:
- 杉澤 浩二
クラス sun.io.ByteToCharConverter から継承されたフィールド |
badInputLength, byteOff, charOff, subChars, subMode |
メソッドの概要 |
int |
convert(byte[] bytes,
int byteStart,
int byteEnd,
char[] chars,
int charStart,
int charEnd)
推奨されていません。 |
int |
flush(char[] chars,
int off,
int len)
推奨されていません。 |
String |
getCharacterEncoding()
推奨されていません。 |
void |
reset()
推奨されていません。 |
クラス sun.io.ByteToCharConverter から継承されたメソッド |
convertAll, getBadInputLength, getConverter, getDefault, getMaxCharsPerByte, nextByteIndex, nextCharIndex, setSubstitutionChars, setSubstitutionMode, toString |
ByteToCharUTF7
public ByteToCharUTF7()
- 推奨されていません。
reset
public void reset()
- 推奨されていません。
- 定義:
- クラス
sun.io.ByteToCharConverter
内の reset
convert
public int convert(byte[] bytes,
int byteStart,
int byteEnd,
char[] chars,
int charStart,
int charEnd)
throws sun.io.MalformedInputException,
sun.io.UnknownCharacterException,
sun.io.ConversionBufferFullException
- 推奨されていません。
- 定義:
- クラス
sun.io.ByteToCharConverter
内の convert
- 例外:
sun.io.MalformedInputException
sun.io.UnknownCharacterException
sun.io.ConversionBufferFullException
flush
public int flush(char[] chars,
int off,
int len)
throws sun.io.MalformedInputException,
sun.io.ConversionBufferFullException
- 推奨されていません。
- 定義:
- クラス
sun.io.ByteToCharConverter
内の flush
- 例外:
sun.io.MalformedInputException
sun.io.ConversionBufferFullException
getCharacterEncoding
public String getCharacterEncoding()
- 推奨されていません。
- 定義:
- クラス
sun.io.ByteToCharConverter
内の getCharacterEncoding