org.gudy.azureus2.pluginsimpl.local.utils
Class LocaleDecoderImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.utils.LocaleDecoderImpl
All Implemented Interfaces:
LocaleDecoder

public class LocaleDecoderImpl
extends Object
implements LocaleDecoder


Constructor Summary
protected LocaleDecoderImpl(LocaleUtilDecoder _decoder)
           
 
Method Summary
 String decode(byte[] encoded_bytes)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleDecoderImpl

protected LocaleDecoderImpl(LocaleUtilDecoder _decoder)
Method Detail

getName

public String getName()
Specified by:
getName in interface LocaleDecoder

decode

public String decode(byte[] encoded_bytes)
Specified by:
decode in interface LocaleDecoder