public abstract class

SingleByteDecoder

extends CharsetDecoder
java.lang.Object
   ↳ java.nio.charset.CharsetDecoder
     ↳ sun.nio.cs.SingleByteDecoder
Known Direct Subclasses

Summary

Protected Constructors
SingleByteDecoder(Charset cs, String byteToCharTable)
Public Methods
char decode(int byteIndex)
Protected Methods
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
[Expand]
Inherited Methods
From class java.nio.charset.CharsetDecoder
From class java.lang.Object

Protected Constructors

protected SingleByteDecoder (Charset cs, String byteToCharTable)

Public Methods

public char decode (int byteIndex)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)