| Home > Java SE 6 > sun.nio.cs > HistoricallyNamedCharset.java [ javadoc ] | In other release: | |
/* * %W% %E% * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package sun.nio.cs; public interface HistoricallyNamedCharset { public String historicalName(); }