net.sourceforge.wohenchan.encoding
Class UTF8Encoding

java.lang.Object
  |
  +--net.sourceforge.wohenchan.encoding.UTF8Encoding
All Implemented Interfaces:
EncodingInfoInterface

public class UTF8Encoding
extends java.lang.Object
implements EncodingInfoInterface

UTF-8

Version:
$Name: $ $Date: 2003/06/22 17:44:44 $
Author:
$Author: wtanaka $

Field Summary
static java.lang.String CANONICAL
           
(package private) static UTF8Encoding s_singleton
           
 
Fields inherited from interface net.sourceforge.wohenchan.encoding.EncodingInfoInterface
ALL_ENCODINGS
 
Constructor Summary
private UTF8Encoding()
           
 
Method Summary
 java.lang.String getCanonicalString()
           
static UTF8Encoding getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANONICAL

public static final java.lang.String CANONICAL
See Also:
Constant Field Values

s_singleton

static final UTF8Encoding s_singleton
Constructor Detail

UTF8Encoding

private UTF8Encoding()
Method Detail

getInstance

public static UTF8Encoding getInstance()

getCanonicalString

public java.lang.String getCanonicalString()
Specified by:
getCanonicalString in interface EncodingInfoInterface