protected static class

IBM970.Encoder

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

Summary

Public Constructors
IBM970.Encoder(Charset cs)
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)
[Expand]
Inherited Methods
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Public Constructors

public IBM970.Encoder (Charset cs)

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)