]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF32LE.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / classes / charset / src / com / ibm / icu / charset / CharsetUTF32LE.java
1 /**\r
2  *******************************************************************************\r
3  * Copyright (C) 2006-2008, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6  */\r
7 package com.ibm.icu.charset;\r
8 \r
9 /**\r
10  * The purpose of this class is to set isBigEndian to false and isEndianSpecified to true in the super class, and to\r
11  * allow the Charset framework to open the variant UTF-32 converter without extra setup work.\r
12  */\r
13 class CharsetUTF32LE extends CharsetUTF32 {\r
14     public CharsetUTF32LE(String icuCanonicalName, String javaCanonicalName, String[] aliases) {\r
15         super(icuCanonicalName, javaCanonicalName, aliases);\r
16     }\r
17 }\r