|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetEncoder
org.mobicents.protocols.ss7.map.GSMCharsetEncoder
public class GSMCharsetEncoder
| Constructor Summary | |
|---|---|
protected |
GSMCharsetEncoder(java.nio.charset.Charset cs,
float averageBytesPerChar,
float maxBytesPerChar)
|
| Method Summary | |
|---|---|
protected java.nio.charset.CoderResult |
encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
|
protected java.nio.charset.CoderResult |
implFlush(java.nio.ByteBuffer out)
TODO : |
protected void |
implReset()
|
| Methods inherited from class java.nio.charset.CharsetEncoder |
|---|
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, 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 GSMCharsetEncoder(java.nio.charset.Charset cs,
float averageBytesPerChar,
float maxBytesPerChar)
| Method Detail |
|---|
protected void implReset()
implReset in class java.nio.charset.CharsetEncoderprotected java.nio.charset.CoderResult implFlush(java.nio.ByteBuffer out)
implFlush in class java.nio.charset.CharsetEncoder
protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer in,
java.nio.ByteBuffer out)
encodeLoop in class java.nio.charset.CharsetEncoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||