org.openstreetmap.osmosis.core.xml.common
Class ProductionDbCharset

java.lang.Object
  extended by java.nio.charset.Charset
      extended by org.openstreetmap.osmosis.core.xml.common.ProductionDbCharset
All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>

public class ProductionDbCharset
extends java.nio.charset.Charset

A special character set to work around the production OSM database issue of double encoded data.

Author:
Brett Henderson

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

ProductionDbCharset

public ProductionDbCharset()
Creates a new instance.

Method Detail

contains

public boolean contains(java.nio.charset.Charset cs)

Specified by:
contains in class java.nio.charset.Charset

newDecoder

public java.nio.charset.CharsetDecoder newDecoder()

Specified by:
newDecoder in class java.nio.charset.Charset

newEncoder

public java.nio.charset.CharsetEncoder newEncoder()

Specified by:
newEncoder in class java.nio.charset.Charset