jdk/src/share/classes/sun/nio/cs/StandardCharsets.java.template
author ihse
Tue, 04 Feb 2014 10:00:24 +0100
changeset 22639 37f4508257fe
permissions -rw-r--r--
8033236: Update GensrcCharsetMapping.gmk to build-infra standards Reviewed-by: erikj, mduigou, sherman
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22639
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     1
/*
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     2
 * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     3
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     4
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     5
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     6
 * This code is free software; you can redistribute it and/or modify it
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     7
 * under the terms of the GNU General Public License version 2 only, as
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     8
 * published by the Free Software Foundation.  Oracle designates this
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
     9
 * particular file as subject to the "Classpath" exception as provided
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    10
 * by Oracle in the LICENSE file that accompanied this code.
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    11
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    12
 * This code is distributed in the hope that it will be useful, but WITHOUT
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    13
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    14
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    15
 * version 2 for more details (a copy is included in the LICENSE file that
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    16
 * accompanied this code).
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    17
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    18
 * You should have received a copy of the GNU General Public License version
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    19
 * 2 along with this work; if not, write to the Free Software Foundation,
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    20
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    21
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    22
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    23
 * or visit www.oracle.com if you need additional information or have any
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    24
 * questions.
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    25
 *
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    26
 */
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    27
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    28
// -- This file was mechanically generated: Do not edit! -- //
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    29
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    30
package sun.nio.cs;
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    31
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    32
import java.nio.charset.*;
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    33
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    34
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    35
public class StandardCharsets
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    36
    extends FastCharsetProvider
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    37
{
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    38
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    39
    _INCLUDE_ALIASES_TABLES_
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    40
    _INCLUDE_ALIASES_MAP_
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    41
    _INCLUDE_CLASSES_MAP_
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    42
    _INCLUDE_CACHE_MAP_
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    43
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    44
    public StandardCharsets() {
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    45
        super("sun.nio.cs", new Aliases(), new Classes(), new Cache());
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    46
    }
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    47
37f4508257fe 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse
parents:
diff changeset
    48
}