public abstract class

SingleByteEncoder

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

Summary

Protected Constructors
SingleByteEncoder(Charset cs, short[] index1, String index2, int mask1, int mask2, int shift)
Public Methods
boolean canEncode(char c)
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

Protected Constructors

protected SingleByteEncoder (Charset cs, short[] index1, String index2, int mask1, int mask2, int shift)

Public Methods

public boolean canEncode (char c)

public byte encode (char inputChar)

Protected Methods

protected CoderResult encodeLoop (CharBuffer src, ByteBuffer dst)