|
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.CharsetDecoder
com.jbase.jremote.io.charset.JbaseCharsetDecoder
public class JbaseCharsetDecoder
An engine that can transform a sequence of bytes in a jBASE charset into a sequence of sixteen-bit Unicode characters.
Constructor Summary | |
---|---|
protected |
JbaseCharsetDecoder(JbaseCharset charset)
|
Method Summary | |
---|---|
protected java.nio.ByteBuffer |
checkBuffer(java.nio.ByteBuffer buffer,
int newDataLength)
|
protected java.nio.charset.CoderResult |
decodeLoop(java.nio.ByteBuffer inBytesBuffer,
java.nio.CharBuffer outCharBuffer)
Convert the incoming jBASE bytes into Unicode char buffer |
Methods inherited from class java.nio.charset.CharsetDecoder |
---|
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, 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 |
Constructor Detail |
---|
protected JbaseCharsetDecoder(JbaseCharset charset)
Method Detail |
---|
protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer inBytesBuffer, java.nio.CharBuffer outCharBuffer)
decodeLoop
in class java.nio.charset.CharsetDecoder
protected java.nio.ByteBuffer checkBuffer(java.nio.ByteBuffer buffer, int newDataLength)
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |