414 lines
10 KiB
Smali
414 lines
10 KiB
Smali
.class Lcom/google/protobuf/RopeByteString$RopeInputStream;
|
|
.super Ljava/io/InputStream;
|
|
.source "RopeByteString.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/protobuf/RopeByteString;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "RopeInputStream"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
.field private currentPieceIndex:I
|
|
|
|
.field private currentPieceOffsetInRope:I
|
|
|
|
.field private currentPieceSize:I
|
|
|
|
.field private mark:I
|
|
|
|
.field private pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
|
|
|
|
.field public final synthetic this$0:Lcom/google/protobuf/RopeByteString;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/protobuf/RopeByteString;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->this$0:Lcom/google/protobuf/RopeByteString;
|
|
|
|
invoke-direct {p0}, Ljava/io/InputStream;-><init>()V
|
|
|
|
.line 2
|
|
invoke-direct {p0}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->initialize()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private advanceIfCurrentPieceFullyRead()V
|
|
.locals 2
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
iget v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceSize:I
|
|
|
|
if-ne v0, v1, :cond_1
|
|
|
|
.line 2
|
|
iget v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceOffsetInRope:I
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceOffsetInRope:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 3
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
.line 4
|
|
iget-object v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
|
|
|
|
invoke-virtual {v1}, Lcom/google/protobuf/RopeByteString$PieceIterator;->hasNext()Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 5
|
|
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
|
|
|
|
invoke-virtual {v0}, Lcom/google/protobuf/RopeByteString$PieceIterator;->next()Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
.line 6
|
|
invoke-virtual {v0}, Lcom/google/protobuf/ByteString;->size()I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceSize:I
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
.line 7
|
|
iput-object v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
.line 8
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceSize:I
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method private initialize()V
|
|
.locals 3
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/protobuf/RopeByteString$PieceIterator;
|
|
|
|
iget-object v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->this$0:Lcom/google/protobuf/RopeByteString;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/google/protobuf/RopeByteString$PieceIterator;-><init>(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/RopeByteString$1;)V
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->pieceIterator:Lcom/google/protobuf/RopeByteString$PieceIterator;
|
|
|
|
.line 2
|
|
invoke-virtual {v0}, Lcom/google/protobuf/RopeByteString$PieceIterator;->next()Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
.line 3
|
|
invoke-virtual {v0}, Lcom/google/protobuf/ByteString;->size()I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceSize:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 4
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
.line 5
|
|
iput v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceOffsetInRope:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private readSkipInternal([BII)I
|
|
.locals 4
|
|
|
|
move v0, p3
|
|
|
|
:goto_0
|
|
if-lez v0, :cond_2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->advanceIfCurrentPieceFullyRead()V
|
|
|
|
.line 2
|
|
iget-object v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
if-ne v0, p3, :cond_2
|
|
|
|
const/4 p1, -0x1
|
|
|
|
return p1
|
|
|
|
.line 3
|
|
:cond_0
|
|
iget v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceSize:I
|
|
|
|
iget v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
.line 4
|
|
invoke-static {v1, v0}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 5
|
|
iget-object v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
iget v3, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
invoke-virtual {v2, p1, v3, p2, v1}, Lcom/google/protobuf/ByteString;->copyTo([BIII)V
|
|
|
|
add-int/2addr p2, v1
|
|
|
|
.line 6
|
|
:cond_1
|
|
iget v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
iput v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
sub-int/2addr p3, v0
|
|
|
|
return p3
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public available()I
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceOffsetInRope:I
|
|
|
|
iget v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
.line 2
|
|
iget-object v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->this$0:Lcom/google/protobuf/RopeByteString;
|
|
|
|
invoke-virtual {v1}, Lcom/google/protobuf/RopeByteString;->size()I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v1, v0
|
|
|
|
return v1
|
|
.end method
|
|
|
|
.method public mark(I)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget p1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceOffsetInRope:I
|
|
|
|
iget v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
add-int/2addr p1, v0
|
|
|
|
iput p1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->mark:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public markSupported()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public read()I
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 5
|
|
invoke-direct {p0}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->advanceIfCurrentPieceFullyRead()V
|
|
|
|
.line 6
|
|
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPiece:Lcom/google/protobuf/ByteString$LeafByteString;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, -0x1
|
|
|
|
return v0
|
|
|
|
.line 7
|
|
:cond_0
|
|
iget v1, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
add-int/lit8 v2, v1, 0x1
|
|
|
|
iput v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->currentPieceIndex:I
|
|
|
|
invoke-virtual {v0, v1}, Lcom/google/protobuf/ByteString;->byteAt(I)B
|
|
|
|
move-result v0
|
|
|
|
and-int/lit16 v0, v0, 0xff
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public read([BII)I
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
if-ltz p2, :cond_0
|
|
|
|
if-ltz p3, :cond_0
|
|
|
|
.line 2
|
|
array-length v0, p1
|
|
|
|
sub-int/2addr v0, p2
|
|
|
|
if-gt p3, v0, :cond_0
|
|
|
|
.line 3
|
|
invoke-direct {p0, p1, p2, p3}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->readSkipInternal([BII)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 4
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IndexOutOfBoundsException;
|
|
|
|
invoke-direct {p1}, Ljava/lang/IndexOutOfBoundsException;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public declared-synchronized reset()V
|
|
.locals 3
|
|
|
|
monitor-enter p0
|
|
|
|
.line 1
|
|
:try_start_0
|
|
invoke-direct {p0}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->initialize()V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 2
|
|
iget v2, p0, Lcom/google/protobuf/RopeByteString$RopeInputStream;->mark:I
|
|
|
|
invoke-direct {p0, v0, v1, v2}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->readSkipInternal([BII)I
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 3
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public skip(J)J
|
|
.locals 3
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-ltz v0, :cond_1
|
|
|
|
const-wide/32 v0, 0x7fffffff
|
|
|
|
cmp-long v2, p1, v0
|
|
|
|
if-lez v2, :cond_0
|
|
|
|
move-wide p1, v0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
long-to-int p1, p1
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0, v1, p1}, Lcom/google/protobuf/RopeByteString$RopeInputStream;->readSkipInternal([BII)I
|
|
|
|
move-result p1
|
|
|
|
int-to-long p1, p1
|
|
|
|
return-wide p1
|
|
|
|
.line 2
|
|
:cond_1
|
|
new-instance p1, Ljava/lang/IndexOutOfBoundsException;
|
|
|
|
invoke-direct {p1}, Ljava/lang/IndexOutOfBoundsException;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|