|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetDecoder
org.mobicents.protocols.ss7.map.GSMCharsetDecoder
public class GSMCharsetDecoder
| Constructor Summary | |
|---|---|
protected |
GSMCharsetDecoder(java.nio.charset.Charset cs,
float averageCharsPerByte,
float maxCharsPerByte)
Constructs a Decoder. |
| Method Summary | |
|---|---|
protected java.nio.charset.CoderResult |
decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
|
protected java.nio.charset.CoderResult |
implFlush(java.nio.CharBuffer out)
|
protected void |
implReset()
|
| Methods inherited from class java.nio.charset.CharsetDecoder |
|---|
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, 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 GSMCharsetDecoder(java.nio.charset.Charset cs,
float averageCharsPerByte,
float maxCharsPerByte)
| Method Detail |
|---|
protected void implReset()
implReset in class java.nio.charset.CharsetDecoderprotected java.nio.charset.CoderResult implFlush(java.nio.CharBuffer out)
implFlush in class java.nio.charset.CharsetDecoder
protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer in,
java.nio.CharBuffer out)
decodeLoop in class java.nio.charset.CharsetDecoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||