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

33 lines
902 B
Java

package o;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.charset.Charset;
import java.util.Iterator;
import java.util.List;
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.gle, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15250gle extends AbstractC15213gkZ {
private final List<gkV> c;
public C15250gle(Charset charset, String str, List<gkV> list) {
super(charset, str);
this.c = list;
}
@Override // o.AbstractC15213gkZ
protected final void b(gkV gkv, OutputStream outputStream) throws IOException {
Iterator<C15247glb> it = gkv.b.iterator();
while (it.hasNext()) {
e(it.next(), C15212gkX.e, outputStream);
}
}
@Override // o.AbstractC15213gkZ
public final List<gkV> e() {
return this.c;
}
}