what-the-bank/sources/o/C12568fAw.java

19 lines
411 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.nio.charset.StandardCharsets;
/* renamed from: o.fAw, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class C12568fAw {
static {
System.getProperty("line.separator");
}
public static byte[] c(String str) {
if (str == null) {
return null;
}
return str.getBytes(StandardCharsets.UTF_8);
}
}