19 lines
411 B
Java
19 lines
411 B
Java
|
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);
|
||
|
}
|
||
|
}
|