mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
83 lines
2 KiB
Smali
83 lines
2 KiB
Smali
|
.class final synthetic Lokio/Okio__OkioKt;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Okio.kt"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation runtime Lkotlin/Metadata;
|
||
|
bv = {
|
||
|
0x1,
|
||
|
0x0,
|
||
|
0x3
|
||
|
}
|
||
|
d1 = {
|
||
|
"\u0000\u0018\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u001a\r\u0010\u0000\u001a\u00020\u0001H\u0007\u00a2\u0006\u0002\u0008\u0002\u001a\n\u0010\u0003\u001a\u00020\u0004*\u00020\u0001\u001a\n\u0010\u0003\u001a\u00020\u0005*\u00020\u0006\u00a8\u0006\u0007"
|
||
|
}
|
||
|
d2 = {
|
||
|
"blackholeSink",
|
||
|
"Lokio/Sink;",
|
||
|
"blackhole",
|
||
|
"buffer",
|
||
|
"Lokio/BufferedSink;",
|
||
|
"Lokio/BufferedSource;",
|
||
|
"Lokio/Source;",
|
||
|
"okio"
|
||
|
}
|
||
|
k = 0x5
|
||
|
mv = {
|
||
|
0x1,
|
||
|
0x4,
|
||
|
0x0
|
||
|
}
|
||
|
xs = "okio/Okio"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public static final blackhole()Lokio/Sink;
|
||
|
.locals 1
|
||
|
|
||
|
.line 41
|
||
|
new-instance v0, Lokio/BlackholeSink;
|
||
|
|
||
|
invoke-direct {v0}, Lokio/BlackholeSink;-><init>()V
|
||
|
|
||
|
check-cast v0, Lokio/Sink;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|
||
|
|
||
|
.method public static final buffer(Lokio/Sink;)Lokio/BufferedSink;
|
||
|
.locals 1
|
||
|
|
||
|
const-string v0, "$this$buffer"
|
||
|
|
||
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||
|
|
||
|
.line 37
|
||
|
new-instance v0, Lokio/RealBufferedSink;
|
||
|
|
||
|
invoke-direct {v0, p0}, Lokio/RealBufferedSink;-><init>(Lokio/Sink;)V
|
||
|
|
||
|
check-cast v0, Lokio/BufferedSink;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|
||
|
|
||
|
.method public static final buffer(Lokio/Source;)Lokio/BufferedSource;
|
||
|
.locals 1
|
||
|
|
||
|
const-string v0, "$this$buffer"
|
||
|
|
||
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||
|
|
||
|
.line 31
|
||
|
new-instance v0, Lokio/RealBufferedSource;
|
||
|
|
||
|
invoke-direct {v0, p0}, Lokio/RealBufferedSource;-><init>(Lokio/Source;)V
|
||
|
|
||
|
check-cast v0, Lokio/BufferedSource;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|