protected static class

IBM949.Encoder

extends CharsetEncoder
java.lang.Object
   ↳ java.nio.charset.CharsetEncoder
     ↳ sun.nio.cs.ext.IBM949.Encoder

Summary

Fields
protected static short[] index1
protected static String index2
protected static String index2a
Public Constructors
IBM949.Encoder(Charset cs)
Protected Constructors
IBM949.Encoder(Charset cs, String modIdx2a)
Public Methods
boolean canEncode(char ch)
Returns true if the given character can be converted to the target character encoding.
Protected Methods
CoderResult encodeLoop(CharBuffer src, ByteBuffer dst)
void implReset()
[Expand]
Inherited Methods
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Fields

protected static short[] index1

protected static String index2

protected static String index2a

Public Constructors

public IBM949.Encoder (Charset cs)

Protected Constructors

protected IBM949.Encoder (Charset cs, String modIdx2a)

Public Methods

public boolean canEncode (char ch)

Returns true if the given character can be converted to the target character encoding.

Protected Methods

protected CoderResult encodeLoop (CharBuffer src, ByteBuffer dst)

protected void implReset ()