public class ISO_8859_16 extends Charset
Modifier and Type | Field and Description |
---|---|
static ISO_8859_16 |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Charset cs) |
CharsetDecoder |
newDecoder() |
CharsetEncoder |
newEncoder() |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
public static final ISO_8859_16 INSTANCE
public CharsetDecoder newDecoder()
newDecoder
in class Charset
public CharsetEncoder newEncoder()
newEncoder
in class Charset
Copyright © 2001–2016 JRuby. All rights reserved.