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
 
コンストラクタの概要
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()
推奨されていません。 
メソッドの詳細

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