Save This Page
Home » openjdk-7 » sun » io » [javadoc | source]
sun.io
public class: ByteToCharUTF8 [javadoc | source]
java.lang.Object
   sun.io.ByteToCharConverter
      sun.io.ByteToCharUTF8
UCS Transformation Format 8 (UTF-8) -> UCS2 (UTF16) converter see CharToByteUTF8.java about UTF-8 format
Fields inherited from sun.io.ByteToCharConverter:
subMode,  subChars,  charOff,  byteOff,  badInputLength
Constructor:
 public ByteToCharUTF8() 
Method from sun.io.ByteToCharUTF8 Summary:
convert,   flush,   getCharacterEncoding,   reset
Methods from sun.io.ByteToCharConverter:
convert,   convertAll,   flush,   getBadInputLength,   getCharacterEncoding,   getConverter,   getDefault,   getMaxCharsPerByte,   nextByteIndex,   nextCharIndex,   reset,   setSubstitutionChars,   setSubstitutionMode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.io.ByteToCharUTF8 Detail:
 public int convert(byte[] input,
    int inOff,
    int inEnd,
    char[] output,
    int outOff,
    int outEnd) throws ConversionBufferFullException, MalformedInputException 
    Character converson
 public int flush(char[] output,
    int outStart,
    int outEnd) throws MalformedInputException 
 public String getCharacterEncoding() 
 public  void reset()