de.schlichtherle.nio.charset
Class OctetCharset.Decoder
java.lang.Object
java.nio.charset.CharsetDecoder
de.schlichtherle.nio.charset.OctetCharset.Decoder
- Enclosing class:
- OctetCharset
protected class OctetCharset.Decoder
- extends CharsetDecoder
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 |
OctetCharset.Decoder
protected OctetCharset.Decoder()
decodeLoop
protected CoderResult decodeLoop(ByteBuffer in,
CharBuffer out)
- Specified by:
decodeLoop
in class CharsetDecoder