org.jasn
Class ByteToCharPrintable

java.lang.Object
  extended bysun.io.ByteToCharConverter
      extended byorg.jasn.ByteToCharPrintable

public class ByteToCharPrintable
extends sun.io.ByteToCharConverter


Field Summary
 
Fields inherited from class sun.io.ByteToCharConverter
badInputLength, byteOff, charOff, subChars, subMode
 
Constructor Summary
ByteToCharPrintable()
           
 
Method Summary
 int convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd)
          Algorithmic character conversion
 int flush(char[] output, int outStart, int outEnd)
           
 String getCharacterEncoding()
           
 void reset()
           
 
Methods inherited from class sun.io.ByteToCharConverter
convertAll, getBadInputLength, getConverter, getDefault, getMaxCharsPerByte, nextByteIndex, nextCharIndex, setSubstitutionChars, setSubstitutionMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteToCharPrintable

public ByteToCharPrintable()
Method Detail

getCharacterEncoding

public String getCharacterEncoding()

flush

public int flush(char[] output,
                 int outStart,
                 int outEnd)

convert

public int convert(byte[] input,
                   int inOff,
                   int inEnd,
                   char[] output,
                   int outOff,
                   int outEnd)
            throws sun.io.ConversionBufferFullException,
                   sun.io.UnknownCharacterException
Algorithmic character conversion

Throws:
sun.io.ConversionBufferFullException
sun.io.UnknownCharacterException

reset

public void reset()


Copyright © 2004 Nicolas Vraux. All Rights Reserved.