|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikipedia.language.EncodingType
public class EncodingType
Types of encodings. See more in: Effective Java. Programming language Guide. J.Bloch.
Field Summary | |
---|---|
static EncodingType |
CP1251
Cp1251 |
static EncodingType |
LATIN1
latin1 |
static EncodingType |
UTF8
UTF8 |
Method Summary | |
---|---|
static EncodingType |
get(String name)
Gets EncodingType by name |
CharsetDecoder |
getDecoder()
|
CharsetEncoder |
getEncoder()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final EncodingType LATIN1
public static final EncodingType CP1251
public static final EncodingType UTF8
Method Detail |
---|
public CharsetDecoder getDecoder()
public CharsetEncoder getEncoder()
public String toString()
toString
in class Object
public static EncodingType get(String name) throws NullPointerException
NullPointerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |