de.schlichtherle.nio.charset
Class OctetCharset.Encoder

java.lang.Object
  extended by java.nio.charset.CharsetEncoder
      extended by de.schlichtherle.nio.charset.OctetCharset.Encoder
Enclosing class:
OctetCharset

protected class OctetCharset.Encoder
extends CharsetEncoder


Constructor Summary
protected OctetCharset.Encoder()
           
 
Method Summary
protected  CoderResult encodeLoop(CharBuffer in, ByteBuffer out)
           
 
Methods inherited from class java.nio.charset.CharsetEncoder
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, 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
 

Constructor Detail

OctetCharset.Encoder

protected OctetCharset.Encoder()
Method Detail

encodeLoop

protected CoderResult encodeLoop(CharBuffer in,
                                 ByteBuffer out)
Specified by:
encodeLoop in class CharsetEncoder