Class BytecoderCharsetEncoder
java.lang.Object
java.nio.charset.CharsetEncoder
de.mirkosertic.bytecoder.classlib.BytecoderCharsetEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResult
encodeLoop
(CharBuffer in, ByteBuffer out) (package private) byte[]
encodeToBytes
(String charsetName, char[] characters) 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
-
Constructor Details
-
BytecoderCharsetEncoder
-
-
Method Details
-
encodeLoop
- Specified by:
encodeLoop
in classCharsetEncoder
-
encodeToBytes
-