public class

AWTCharset.Encoder

extends CharsetEncoder
java.lang.Object
   ↳ java.nio.charset.CharsetEncoder
     ↳ sun.awt.AWTCharset.Encoder

Summary

Fields
protected CharsetEncoder enc
Protected Constructors
AWTCharset.Encoder()
AWTCharset.Encoder(CharsetEncoder enc)
Public Methods
boolean canEncode(char c)
boolean canEncode(CharSequence cs)
boolean isLegalReplacement(byte[] repl)
Protected Methods
CoderResult encodeLoop(CharBuffer src, ByteBuffer dst)
CoderResult implFlush(ByteBuffer out)
void implOnMalformedInput(CodingErrorAction newAction)
void implOnUnmappableCharacter(CodingErrorAction newAction)
void implReplaceWith(byte[] newReplacement)
void implReset()
[Expand]
Inherited Methods
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Fields

protected CharsetEncoder enc

Protected Constructors

protected AWTCharset.Encoder ()

protected AWTCharset.Encoder (CharsetEncoder enc)

Public Methods

public boolean canEncode (char c)

public boolean canEncode (CharSequence cs)

public boolean isLegalReplacement (byte[] repl)

Protected Methods

protected CoderResult encodeLoop (CharBuffer src, ByteBuffer dst)

protected CoderResult implFlush (ByteBuffer out)

protected void implOnMalformedInput (CodingErrorAction newAction)

protected void implOnUnmappableCharacter (CodingErrorAction newAction)

protected void implReplaceWith (byte[] newReplacement)

protected void implReset ()