Class BytecoderCharsetEncoder
java.lang.Object
java.nio.charset.CharsetEncoder
de.mirkosertic.bytecoder.classlib.BytecoderCharsetEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResultencodeLoop(CharBuffer in, ByteBuffer out) Methods inherited from class CharsetEncoder
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
Constructor Details
-
BytecoderCharsetEncoder
-
-
Method Details
-
encodeLoop
- Specified by:
encodeLoopin classCharsetEncoder
-