public class Gsm7BitCharset
extends java.nio.charset.Charset
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.nio.charset.Charset cs)
This method must be implemented by concrete Charsets.
|
java.nio.charset.CharsetDecoder |
newDecoder()
Called by users of this Charset to obtain a decoder.
|
java.nio.charset.CharsetEncoder |
newEncoder()
Called by users of this Charset to obtain an encoder.
|
public java.nio.charset.CharsetEncoder newEncoder()
newEncoder
in class java.nio.charset.Charset
public java.nio.charset.CharsetDecoder newDecoder()
newDecoder
in class java.nio.charset.Charset
public boolean contains(java.nio.charset.Charset cs)
contains
in class java.nio.charset.Charset