package t1; /* loaded from: classes.dex */ public final class f implements a { @Override // t1.a public int a() { return 1; } @Override // t1.a /* renamed from: c, reason: merged with bridge method [inline-methods] */ public int b(byte[] bArr) { return bArr.length; } @Override // t1.a /* renamed from: d, reason: merged with bridge method [inline-methods] */ public byte[] newArray(int i10) { return new byte[i10]; } @Override // t1.a public String getTag() { return "ByteArrayPool"; } }