|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetEncoder
org.teiid.query.function.CharsetUtils.FixedEncoder
public abstract static class CharsetUtils.FixedEncoder
| Field Summary | |
|---|---|
protected java.nio.CharBuffer |
cb
|
| Constructor Summary | |
|---|---|
protected |
CharsetUtils.FixedEncoder(java.nio.charset.Charset cs,
int encodeChars,
float averageBytesPerChar,
float maxBytesPerChar)
|
| Method Summary | |
|---|---|
protected abstract java.nio.charset.CoderResult |
encode(java.nio.ByteBuffer out)
|
protected java.nio.charset.CoderResult |
encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
|
protected java.nio.charset.CoderResult |
implFlush(java.nio.ByteBuffer out)
|
protected void |
implReset()
|
| Methods inherited from class java.nio.charset.CharsetEncoder |
|---|
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, isLegalReplacement, malformedInputAction, maxBytesPerChar, 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.CharBuffer cb
| Constructor Detail |
|---|
protected CharsetUtils.FixedEncoder(java.nio.charset.Charset cs,
int encodeChars,
float averageBytesPerChar,
float maxBytesPerChar)
| Method Detail |
|---|
protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
encodeLoop in class java.nio.charset.CharsetEncoderprotected abstract java.nio.charset.CoderResult encode(java.nio.ByteBuffer out)
protected java.nio.charset.CoderResult implFlush(java.nio.ByteBuffer out)
implFlush in class java.nio.charset.CharsetEncoderprotected void implReset()
implReset in class java.nio.charset.CharsetEncoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||