org.red5.io.utils
Class HexCharset.Decoder
java.lang.Object
java.nio.charset.CharsetDecoder
org.red5.io.utils.HexCharset.Decoder
- Enclosing class:
- HexCharset
public class HexCharset.Decoder
- extends CharsetDecoder
Methods inherited from class java.nio.charset.CharsetDecoder |
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, 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 |
decodeLoop
public CoderResult decodeLoop(ByteBuffer in,
CharBuffer out)
- Specified by:
decodeLoop
in class CharsetDecoder
implReset
protected void implReset()
- Overrides:
implReset
in class CharsetDecoder
Copyright © 2006-2010 The Red5 Project