com.novell.io
Class ISO885915Encoder

java.lang.Object
  extended bycom.novell.io.CharEncoder
      extended bycom.novell.io.ISO8859Encoder
          extended bycom.novell.io.ISO885915Encoder

public class ISO885915Encoder
extends ISO8859Encoder

A character encoder for the ISO-8859-15 encoding


Field Summary
static String NAME
          Name of encoding that this encoder implements.
 
Fields inherited from class com.novell.io.ISO8859Encoder
MAP_SIZE
 
Constructor Summary
ISO885915Encoder()
          Construct an ISO-8859-15 encoder
 
Method Summary
 String getEncoding()
          Return the string identifier for this encoding scheme.
 
Methods inherited from class com.novell.io.ISO8859Encoder
encodeChar, encodeChars
 
Methods inherited from class com.novell.io.CharEncoder
doGetClass, getEncoder, registerEncoder, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Name of encoding that this encoder implements.

Constructor Detail

ISO885915Encoder

public ISO885915Encoder()
Construct an ISO-8859-15 encoder

Method Detail

getEncoding

public String getEncoding()
Return the string identifier for this encoding scheme.

Specified by:
getEncoding in class CharEncoder
Returns:
The string identifier for this encoding scheme.