|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetDecoder
org.teiid.query.function.CharsetUtils.FixedDecoder
public abstract static class CharsetUtils.FixedDecoder
| Field Summary | |
|---|---|
protected java.nio.ByteBuffer |
bb
|
| Constructor Summary | |
|---|---|
protected |
CharsetUtils.FixedDecoder(java.nio.charset.Charset cs,
int decodeBytes,
float averageCharsPerByte,
float maxCharsPerByte)
|
| Method Summary | |
|---|---|
protected abstract void |
decode(java.nio.CharBuffer out)
|
protected java.nio.charset.CoderResult |
decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
|
protected java.nio.charset.CoderResult |
implFlush(java.nio.CharBuffer out)
|
protected void |
implReset()
|
| Methods inherited from class java.nio.charset.CharsetDecoder |
|---|
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, 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 |
| Field Detail |
|---|
protected java.nio.ByteBuffer bb
| Constructor Detail |
|---|
protected CharsetUtils.FixedDecoder(java.nio.charset.Charset cs,
int decodeBytes,
float averageCharsPerByte,
float maxCharsPerByte)
| Method Detail |
|---|
protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
decodeLoop in class java.nio.charset.CharsetDecoderprotected abstract void decode(java.nio.CharBuffer out)
protected java.nio.charset.CoderResult implFlush(java.nio.CharBuffer out)
implFlush in class java.nio.charset.CharsetDecoderprotected void implReset()
implReset in class java.nio.charset.CharsetDecoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||