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
 
コンストラクタの概要
ByteToCharUTF7()
           
 
メソッドの概要
 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.