15 lines
647 B
Java
15 lines
647 B
Java
|
package com.google.android.gms.internal.firebase_ml;
|
||
|
|
||
|
import java.nio.charset.Charset;
|
||
|
import org.bouncycastle.i18n.LocalizedMessage;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzkh {
|
||
|
private static final Charset US_ASCII = Charset.forName("US-ASCII");
|
||
|
private static final Charset ISO_8859_1 = Charset.forName(LocalizedMessage.DEFAULT_ENCODING);
|
||
|
public static final Charset UTF_8 = Charset.forName("UTF-8");
|
||
|
private static final Charset UTF_16BE = Charset.forName("UTF-16BE");
|
||
|
private static final Charset UTF_16LE = Charset.forName("UTF-16LE");
|
||
|
private static final Charset UTF_16 = Charset.forName("UTF-16");
|
||
|
}
|