protected static class

IBM834.Encoder

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

Summary

[Expand]
Inherited Fields
From class sun.nio.cs.ext.IBM933.Encoder
Public Constructors
IBM834.Encoder(Charset cs)
Public Methods
boolean canEncode(char ch)
Returns true if the given character can be converted to the target character encoding.
boolean isLegalReplacement(byte[] repl)
Protected Methods
byte[] encodeHangul(char ch)
CoderResult implFlush(ByteBuffer out)
[Expand]
Inherited Methods
From class sun.nio.cs.ext.IBM933.Encoder
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Public Constructors

public IBM834.Encoder (Charset cs)

Public Methods

public boolean canEncode (char ch)

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

public boolean isLegalReplacement (byte[] repl)

Protected Methods

protected byte[] encodeHangul (char ch)

protected CoderResult implFlush (ByteBuffer out)