FileIoHandler$3.smali
.class Lcom/facebook/react/packagerconnection/FileIoHandler$3;
.super Lcom/facebook/react/packagerconnection/RequestOnlyHandler;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/facebook/react/packagerconnection/FileIoHandler;-><init>()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic this$0:Lcom/facebook/react/packagerconnection/FileIoHandler;
# direct methods
.method public constructor <init>(Lcom/facebook/react/packagerconnection/FileIoHandler;)V
.registers 2
iput-object p1, p0, Lcom/facebook/react/packagerconnection/FileIoHandler$3;->this$0:Lcom/facebook/react/packagerconnection/FileIoHandler;
invoke-direct {p0}, Lcom/facebook/react/packagerconnection/RequestOnlyHandler;-><init>()V
return-void
.end method
# virtual methods
.method public onRequest(Ljava/lang/Object;Lcom/facebook/react/packagerconnection/Responder;)V
.registers 6
.line 1
iget-object v0, p0, Lcom/facebook/react/packagerconnection/FileIoHandler$3;->this$0:Lcom/facebook/react/packagerconnection/FileIoHandler;
# getter for: Lcom/facebook/react/packagerconnection/FileIoHandler;->mOpenFiles:Ljava/util/Map;
invoke-static {v0}, Lcom/facebook/react/packagerconnection/FileIoHandler;->access$000(Lcom/facebook/react/packagerconnection/FileIoHandler;)Ljava/util/Map;
move-result-object v0
monitor-enter v0
.line 2
:try_start_7
check-cast p1, Lorg/json/JSONObject;
if-eqz p1, :cond_4d
const-string v1, "file"
.line 3
invoke-virtual {p1, v1}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
move-result v1
if-eqz v1, :cond_45
const-string v2, "size"
.line 4
invoke-virtual {p1, v2}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
move-result p1
if-eqz p1, :cond_3d
.line 5
iget-object v2, p0, Lcom/facebook/react/packagerconnection/FileIoHandler$3;->this$0:Lcom/facebook/react/packagerconnection/FileIoHandler;
# getter for: Lcom/facebook/react/packagerconnection/FileIoHandler;->mOpenFiles:Ljava/util/Map;
invoke-static {v2}, Lcom/facebook/react/packagerconnection/FileIoHandler;->access$000(Lcom/facebook/react/packagerconnection/FileIoHandler;)Ljava/util/Map;
move-result-object v2
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-interface {v2, v1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/facebook/react/packagerconnection/FileIoHandler$TtlFileInputStream;
if-eqz v1, :cond_35
.line 6
invoke-virtual {v1, p1}, Lcom/facebook/react/packagerconnection/FileIoHandler$TtlFileInputStream;->read(I)Ljava/lang/String;
move-result-object p1
invoke-interface {p2, p1}, Lcom/facebook/react/packagerconnection/Responder;->respond(Ljava/lang/Object;)V
goto :goto_5f
.line 7
:cond_35
new-instance p1, Ljava/lang/Exception;
const-string v1, "invalid file handle, it might have timed out"
invoke-direct {p1, v1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
throw p1
.line 8
:cond_3d
new-instance p1, Ljava/lang/Exception;
const-string v1, "invalid or missing read size"
invoke-direct {p1, v1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
throw p1
.line 9
:cond_45
new-instance p1, Ljava/lang/Exception;
const-string v1, "invalid or missing file handle"
invoke-direct {p1, v1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
throw p1
.line 10
:cond_4d
new-instance p1, Ljava/lang/Exception;
const-string v1, "params must be an object { file: handle, size: number }"
invoke-direct {p1, v1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
throw p1
:try_end_55
.catch Ljava/lang/Exception; {:try_start_7 .. :try_end_55} :catch_57
.catchall {:try_start_7 .. :try_end_55} :catchall_55
:catchall_55
move-exception p1
goto :goto_61
:catch_57
move-exception p1
.line 11
:try_start_58
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
move-result-object p1
invoke-interface {p2, p1}, Lcom/facebook/react/packagerconnection/Responder;->error(Ljava/lang/Object;)V
.line 12
:goto_5f
monitor-exit v0
return-void
:goto_61
monitor-exit v0
:try_end_62
.catchall {:try_start_58 .. :try_end_62} :catchall_55
throw p1
.end method