discord-jadx/app/src/main/java/g0/f.java

37 lines
819 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package g0;
import d0.z.d.m;
import java.io.OutputStream;
/* compiled from: Buffer.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-11-08 18:25:28 +00:00
public final class f extends OutputStream {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ e j;
2021-11-08 18:25:28 +00:00
public f(e eVar) {
2021-12-17 22:03:14 +00:00
this.j = eVar;
2021-11-08 18:25:28 +00:00
}
@Override // java.io.OutputStream, java.io.Closeable, java.lang.AutoCloseable
public void close() {
}
@Override // java.io.OutputStream, java.io.Flushable
public void flush() {
}
public String toString() {
2021-12-17 22:03:14 +00:00
return this.j + ".outputStream()";
2021-11-08 18:25:28 +00:00
}
@Override // java.io.OutputStream
public void write(int i) {
2021-12-17 22:03:14 +00:00
this.j.T(i);
2021-11-08 18:25:28 +00:00
}
@Override // java.io.OutputStream
public void write(byte[] bArr, int i, int i2) {
m.checkParameterIsNotNull(bArr, "data");
2021-12-17 22:03:14 +00:00
this.j.S(bArr, i, i2);
2021-11-08 18:25:28 +00:00
}
}