|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.nio.charset.Charset
org.openstreetmap.osmosis.core.xml.common.ProductionDbCharset
public class ProductionDbCharset
A special character set to work around the production OSM database issue of double encoded data.
Constructor Summary | |
---|---|
ProductionDbCharset()
Creates a new instance. |
Method Summary | |
---|---|
boolean |
contains(java.nio.charset.Charset cs)
|
java.nio.charset.CharsetDecoder |
newDecoder()
|
java.nio.charset.CharsetEncoder |
newEncoder()
|
Methods inherited from class java.nio.charset.Charset |
---|
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProductionDbCharset()
Method Detail |
---|
public boolean contains(java.nio.charset.Charset cs)
contains
in class java.nio.charset.Charset
public java.nio.charset.CharsetDecoder newDecoder()
newDecoder
in class java.nio.charset.Charset
public java.nio.charset.CharsetEncoder newEncoder()
newEncoder
in class java.nio.charset.Charset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |