mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-23 15:42:34 -06:00
24 lines
1.2 KiB
Java
24 lines
1.2 KiB
Java
package okio;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* compiled from: Okio.kt */
|
|
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0018\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u001a\r\u0010\u0000\u001a\u00020\u0001H\u0007¢\u0006\u0002\b\u0002\u001a\n\u0010\u0003\u001a\u00020\u0004*\u00020\u0001\u001a\n\u0010\u0003\u001a\u00020\u0005*\u00020\u0006¨\u0006\u0007"}, d2 = {"blackholeSink", "Lokio/Sink;", "blackhole", "buffer", "Lokio/BufferedSink;", "Lokio/BufferedSource;", "Lokio/Source;", "okio"}, k = 5, mv = {1, 4, 0}, xs = "okio/Okio")
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class Okio__OkioKt {
|
|
public static final BufferedSource buffer(Source buffer) {
|
|
Intrinsics.checkNotNullParameter(buffer, "$this$buffer");
|
|
return new RealBufferedSource(buffer);
|
|
}
|
|
|
|
public static final BufferedSink buffer(Sink buffer) {
|
|
Intrinsics.checkNotNullParameter(buffer, "$this$buffer");
|
|
return new RealBufferedSink(buffer);
|
|
}
|
|
|
|
public static final Sink blackhole() {
|
|
return new BlackholeSink();
|
|
}
|
|
}
|