|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.CharsetEncoder
org.glassfish.grizzly.websockets.StrictUtf8.Encoder
protected static final class StrictUtf8.Encoder
| Method Summary | |
|---|---|
boolean |
canEncode(char c)
|
int |
encode(char[] sa,
int sp,
int len,
byte[] da)
|
protected java.nio.charset.CoderResult |
encodeLoop(java.nio.CharBuffer src,
java.nio.ByteBuffer dst)
|
boolean |
isLegalReplacement(byte[] repl)
|
| Methods inherited from class java.nio.charset.CharsetEncoder |
|---|
averageBytesPerChar, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, 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 |
| Method Detail |
|---|
public boolean canEncode(char c)
canEncode in class java.nio.charset.CharsetEncoderpublic boolean isLegalReplacement(byte[] repl)
isLegalReplacement in class java.nio.charset.CharsetEncoder
protected final java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer src,
java.nio.ByteBuffer dst)
encodeLoop in class java.nio.charset.CharsetEncoder
public int encode(char[] sa,
int sp,
int len,
byte[] da)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||