package com.google.protobuf;

import java.nio.ByteBuffer;
import java.nio.charset.Charset;

/* JADX INFO: loaded from: classes3.dex */
public abstract class Z {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final Charset f14234a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final byte[] f14235b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final ByteBuffer f14236c;

    static {
        Charset.forName("US-ASCII");
        f14234a = Charset.forName("UTF-8");
        Charset.forName("ISO-8859-1");
        byte[] bArr = new byte[0];
        f14235b = bArr;
        f14236c = ByteBuffer.wrap(bArr);
        AbstractC1329s.f(bArr, 0, 0, false);
    }

    public static void a(Object obj, String str) {
        if (obj == null) {
            throw new NullPointerException(str);
        }
    }

    public static int b(long j4) {
        return (int) (j4 ^ (j4 >>> 32));
    }
}
