blob: 14c8355032ca839bdf46856b5587db7c15eecd44 [file] [log] [blame]
/**
*******************************************************************************
* Copyright (C) 1996-2005, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
*******************************************************************************
*/
package com.android.icu.charset;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class CharsetICU extends java.nio.charset.Charset {
protected CharsetICU(java.lang.String canonicalName, java.lang.String icuCanonName, java.lang.String[] aliases) { super(null, null); throw new RuntimeException("Stub!"); }
public static java.lang.String[] getAvailableCharsetNames() { throw new RuntimeException("Stub!"); }
public static java.nio.charset.Charset charsetForName(java.lang.String charsetName) { throw new RuntimeException("Stub!"); }
public java.nio.charset.CharsetDecoder newDecoder() { throw new RuntimeException("Stub!"); }
public java.nio.charset.CharsetEncoder newEncoder() { throw new RuntimeException("Stub!"); }
public boolean contains(java.nio.charset.Charset cs) { throw new RuntimeException("Stub!"); }
}