protected static class

IBM933.Encoder

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

Summary

Fields
protected static byte[] EMPTYBA
protected static final short[] index1
Public Constructors
IBM933.Encoder(Charset cs)
Protected Constructors
IBM933.Encoder(Charset cs, byte[] repl, boolean doSBCS)
Public Methods
boolean canEncode(char ch)
Returns true if the given character can be converted to the target character encoding.
Protected Methods
byte[] encodeHangul(char unicode)
CoderResult encodeLoop(CharBuffer src, ByteBuffer dst)
CoderResult implFlush(ByteBuffer out)
void implReset()
[Expand]
Inherited Methods
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Fields

protected static byte[] EMPTYBA

protected static final short[] index1

Public Constructors

public IBM933.Encoder (Charset cs)

Protected Constructors

protected IBM933.Encoder (Charset cs, byte[] repl, boolean doSBCS)

Public Methods

public boolean canEncode (char ch)

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

Protected Methods

protected byte[] encodeHangul (char unicode)

protected CoderResult encodeLoop (CharBuffer src, ByteBuffer dst)

protected CoderResult implFlush (ByteBuffer out)

protected void implReset ()