com.ozacc.mail.fetch.impl.sk_jp.io
クラス ByteToCharUTF7
java.lang.Object
sun.io.ByteToCharConverter
com.ozacc.mail.fetch.impl.sk_jp.io.ByteToCharUTF7
public class ByteToCharUTF7
- extends sun.io.ByteToCharConverter
UTF-7のデコーダです。
- 作成者:
- Shin
クラス sun.io.ByteToCharConverter から継承されたフィールド |
badInputLength, byteOff, charOff, subChars, subMode |
クラス sun.io.ByteToCharConverter から継承されたメソッド |
convertAll, getBadInputLength, getConverter, getDefault, getMaxCharsPerByte, nextByteIndex, nextCharIndex, setSubstitutionChars, setSubstitutionMode, toString |
ByteToCharUTF7
public ByteToCharUTF7()
getCharacterEncoding
public String getCharacterEncoding()
- 定義:
- クラス
sun.io.ByteToCharConverter
内の getCharacterEncoding
flush
public int flush(char[] chars,
int off,
int len)
- 定義:
- クラス
sun.io.ByteToCharConverter
内の flush
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.ConversionBufferFullException,
sun.io.UnknownCharacterException
- 定義:
- クラス
sun.io.ByteToCharConverter
内の convert
- 例外:
sun.io.ConversionBufferFullException
sun.io.UnknownCharacterException
Copyright © 2004-2006 OZACC. All Rights Reserved.