PeekSource.smali
.class public final Lokio/PeekSource;
.super Ljava/lang/Object;
.source "PeekSource.kt"
# interfaces
.implements Lokio/Source;
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000>\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0008\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\u0002\n\u0002\u0008\u0004\n\u0002\u0018\u0002\n\u0000\u0008\u0000\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u00a2\u0006\u0002\u0010\u0004J\u0008\u0010\u000f\u001a\u00020\u0010H\u0016J\u0018\u0010\u0011\u001a\u00020\u000e2\u0006\u0010\u0012\u001a\u00020\u00062\u0006\u0010\u0013\u001a\u00020\u000eH\u0016J\u0008\u0010\u0014\u001a\u00020\u0015H\u0016R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u0004\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\u0008X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\t\u001a\u00020\nX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u0010\u0010\u000b\u001a\u0004\u0018\u00010\u000cX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\r\u001a\u00020\u000eX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0016"
}
d2 = {
"Lokio/PeekSource;",
"Lokio/Source;",
"upstream",
"Lokio/BufferedSource;",
"(Lokio/BufferedSource;)V",
"buffer",
"Lokio/Buffer;",
"closed",
"",
"expectedPos",
"",
"expectedSegment",
"Lokio/Segment;",
"pos",
"",
"close",
"",
"read",
"sink",
"byteCount",
"timeout",
"Lokio/Timeout;",
"okio"
}
k = 0x1
mv = {
0x1,
0x1,
0x10
}
.end annotation
# instance fields
.field public final buffer:Lokio/Buffer;
.field public closed:Z
.field public expectedPos:I
.field public expectedSegment:Lokio/Segment;
.field public pos:J
.field public final upstream:Lokio/BufferedSource;
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lokio/BufferedSource;)V
.registers 2
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lokio/PeekSource;->upstream:Lokio/BufferedSource;
invoke-interface {p1}, Lokio/BufferedSource;->getBuffer()Lokio/Buffer;
move-result-object p1
iput-object p1, p0, Lokio/PeekSource;->buffer:Lokio/Buffer;
iget-object p1, p1, Lokio/Buffer;->head:Lokio/Segment;
iput-object p1, p0, Lokio/PeekSource;->expectedSegment:Lokio/Segment;
if-eqz p1, :cond_14
iget p1, p1, Lokio/Segment;->pos:I
goto :goto_15
:cond_14
const/4 p1, -0x1
:goto_15
iput p1, p0, Lokio/PeekSource;->expectedPos:I
return-void
.end method
# virtual methods
.method public close()V
.registers 2
const/4 v0, 0x1
iput-boolean v0, p0, Lokio/PeekSource;->closed:Z
return-void
.end method
.method public read(Lokio/Buffer;J)J
.registers 12
const/4 v0, 0x0
const/4 v1, 0x1
const-wide/16 v2, 0x0
cmp-long v4, p2, v2
if-ltz v4, :cond_a
const/4 v4, 0x1
goto :goto_b
:cond_a
const/4 v4, 0x0
:goto_b
if-eqz v4, :cond_88
iget-boolean v4, p0, Lokio/PeekSource;->closed:Z
xor-int/2addr v4, v1
if-eqz v4, :cond_7c
iget-object v4, p0, Lokio/PeekSource;->expectedSegment:Lokio/Segment;
if-eqz v4, :cond_27
iget-object v5, p0, Lokio/PeekSource;->buffer:Lokio/Buffer;
iget-object v5, v5, Lokio/Buffer;->head:Lokio/Segment;
if-ne v4, v5, :cond_28
iget v4, p0, Lokio/PeekSource;->expectedPos:I
if-nez v5, :cond_23
invoke-static {}, Lkotlin/jvm/internal/Intrinsics;->throwNpe()V
:cond_23
iget v5, v5, Lokio/Segment;->pos:I
if-ne v4, v5, :cond_28
:cond_27
const/4 v0, 0x1
:cond_28
if-eqz v0, :cond_70
cmp-long v0, p2, v2
if-nez v0, :cond_2f
return-wide v2
:cond_2f
iget-object v0, p0, Lokio/PeekSource;->upstream:Lokio/BufferedSource;
iget-wide v1, p0, Lokio/PeekSource;->pos:J
const-wide/16 v3, 0x1
add-long/2addr v1, v3
invoke-interface {v0, v1, v2}, Lokio/BufferedSource;->request(J)Z
move-result v0
if-nez v0, :cond_3f
const-wide/16 p1, -0x1
return-wide p1
:cond_3f
iget-object v0, p0, Lokio/PeekSource;->expectedSegment:Lokio/Segment;
if-nez v0, :cond_54
iget-object v0, p0, Lokio/PeekSource;->buffer:Lokio/Buffer;
iget-object v0, v0, Lokio/Buffer;->head:Lokio/Segment;
if-eqz v0, :cond_54
iput-object v0, p0, Lokio/PeekSource;->expectedSegment:Lokio/Segment;
if-nez v0, :cond_50
invoke-static {}, Lkotlin/jvm/internal/Intrinsics;->throwNpe()V
:cond_50
iget v0, v0, Lokio/Segment;->pos:I
iput v0, p0, Lokio/PeekSource;->expectedPos:I
:cond_54
iget-object v0, p0, Lokio/PeekSource;->buffer:Lokio/Buffer;
invoke-virtual {v0}, Lokio/Buffer;->size()J
move-result-wide v0
iget-wide v2, p0, Lokio/PeekSource;->pos:J
sub-long/2addr v0, v2
invoke-static {p2, p3, v0, v1}, Ljava/lang/Math;->min(JJ)J
move-result-wide p2
iget-object v2, p0, Lokio/PeekSource;->buffer:Lokio/Buffer;
iget-wide v4, p0, Lokio/PeekSource;->pos:J
move-object v3, p1
move-wide v6, p2
invoke-virtual/range {v2 .. v7}, Lokio/Buffer;->copyTo(Lokio/Buffer;JJ)Lokio/Buffer;
iget-wide v0, p0, Lokio/PeekSource;->pos:J
add-long/2addr v0, p2
iput-wide v0, p0, Lokio/PeekSource;->pos:J
return-wide p2
:cond_70
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "Peek source is invalid because upstream source was used"
invoke-virtual {p2}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
:cond_7c
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "closed"
invoke-virtual {p2}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
:cond_88
new-instance p1, Ljava/lang/StringBuilder;
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
const-string v0, "byteCount < 0: "
invoke-virtual {p1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p1, p2, p3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
new-instance p2, Ljava/lang/IllegalArgumentException;
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p2
.end method
.method public timeout()Lokio/Timeout;
.registers 2
iget-object v0, p0, Lokio/PeekSource;->upstream:Lokio/BufferedSource;
invoke-interface {v0}, Lokio/Source;->timeout()Lokio/Timeout;
move-result-object v0
return-object v0
.end method