|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetDecoder
org.extex.io.charsets.TableDecoder
public class TableDecoder
This class provides a table-based CharsetDecoder.
| Constructor Summary | |
|---|---|
TableDecoder(java.nio.charset.Charset cs,
char[] table)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.nio.charset.CoderResult |
decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
|
| Methods inherited from class java.nio.charset.CharsetDecoder |
|---|
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableDecoder(java.nio.charset.Charset cs,
char[] table)
cs - the character settable - the table| Method Detail |
|---|
protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
decodeLoop in class java.nio.charset.CharsetDecoderCharsetDecoder.decodeLoop(java.nio.ByteBuffer,
java.nio.CharBuffer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||