public abstract class

SimpleEUCEncoder

extends CharsetEncoder
java.lang.Object
   ↳ java.nio.charset.CharsetEncoder
     ↳ sun.nio.cs.ext.SimpleEUCEncoder
Known Direct Subclasses

Summary

Fields
protected short[] index1
protected String index2
protected String index2a
protected String index2b
protected String index2c
protected int mask1
protected int mask2
protected int shift
Protected Constructors
SimpleEUCEncoder(Charset cs)
Public Methods
boolean canEncode(char ch)
Returns true if the given character can be converted to the target character encoding.
byte encode(char inputChar)
Protected Methods
CoderResult encodeLoop(CharBuffer src, ByteBuffer dst)
[Expand]
Inherited Methods
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Fields

protected short[] index1

protected String index2

protected String index2a

protected String index2b

protected String index2c

protected int mask1

protected int mask2

protected int shift

Protected Constructors

protected SimpleEUCEncoder (Charset cs)

Public Methods

public boolean canEncode (char ch)

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

public byte encode (char inputChar)

Protected Methods

protected CoderResult encodeLoop (CharBuffer src, ByteBuffer dst)