package o; import com.drew.imaging.png.PngProcessingException; import java.io.IOException; /* renamed from: o.Led, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C0640Led { final int a; final byte b; final byte c; final byte d; final Gnf e; final byte f; final int h; public C0640Led(byte[] bArr) throws PngProcessingException { if (bArr.length != 13) { throw new PngProcessingException("PNG header chunk must have 13 data bytes"); } C0629LEh c0629LEh = new C0629LEh(bArr); try { this.h = c0629LEh.a(); this.a = c0629LEh.a(); this.d = c0629LEh.b(); this.e = Gnf.d(c0629LEh.b()); this.c = c0629LEh.b(); this.b = c0629LEh.b(); this.f = c0629LEh.b(); } catch (IOException e) { throw new PngProcessingException(e); } } }