|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.nio.charset.CharsetEncoder
com.jbase.jremote.io.charset.JbaseCharsetEncoder
public class JbaseCharsetEncoder
An engine that can transform a sequence of bytes in a jBASE charset into a sequence of sixteen-bit Unicode characters.
Constructor Summary | |
---|---|
protected |
JbaseCharsetEncoder(JbaseCharset charset)
|
Method Summary | |
---|---|
protected java.nio.charset.CoderResult |
encodeLoop(java.nio.CharBuffer inCharBuffer,
java.nio.ByteBuffer outByteBuffer)
Convert the incoming unicode char buffer to a jBASE byte buffer |
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 |
---|
protected JbaseCharsetEncoder(JbaseCharset charset)
Method Detail |
---|
protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer inCharBuffer, java.nio.ByteBuffer outByteBuffer)
encodeLoop
in class java.nio.charset.CharsetEncoder
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |