public class

AWTCharset.Decoder

extends CharsetDecoder
java.lang.Object
   ↳ java.nio.charset.CharsetDecoder
     ↳ sun.awt.AWTCharset.Decoder

Summary

Fields
protected CharsetDecoder dec
Protected Constructors
AWTCharset.Decoder()
AWTCharset.Decoder(CharsetDecoder dec)
Protected Methods
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
CoderResult implFlush(CharBuffer out)
void implOnMalformedInput(CodingErrorAction newAction)
void implOnUnmappableCharacter(CodingErrorAction newAction)
void implReplaceWith(String newReplacement)
void implReset()
[Expand]
Inherited Methods
From class java.nio.charset.CharsetDecoder
From class java.lang.Object

Fields

protected CharsetDecoder dec

Protected Constructors

protected AWTCharset.Decoder ()

protected AWTCharset.Decoder (CharsetDecoder dec)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)

protected CoderResult implFlush (CharBuffer out)

protected void implOnMalformedInput (CodingErrorAction newAction)

protected void implOnUnmappableCharacter (CodingErrorAction newAction)

protected void implReplaceWith (String newReplacement)

protected void implReset ()