discord-jadx/app/src/main/java/i0/e0/b/c.java

17 lines
564 B
Java

package i0.e0.b;
import i0.h;
import java.io.IOException;
import okhttp3.ResponseBody;
/* compiled from: ScalarResponseBodyConverters */
public final class c implements h<ResponseBody, Byte> {
public static final c a = new c();
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // i0.h
public Byte convert(ResponseBody responseBody) throws IOException {
return Byte.valueOf(responseBody.d());
}
}