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()

flush

public int flush(char[] chars,
                 int off,
                 int len)

reset

public void 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.ConversionBufferFullException
sun.io.UnknownCharacterException


Copyright © 2004-2005 OZACC. All Rights Reserved.