Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/player/cache/c$c$a.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

134 lines
3.2 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/player/cache/c$c$a;
.super Ljava/io/FilterOutputStream;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/cache/c$c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = "a"
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/cache/c$c;Ljava/io/FileOutputStream;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/cache/c$c$a;->a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
.line 2
invoke-direct {p0, p2}, Ljava/io/FilterOutputStream;-><init>(Ljava/io/OutputStream;)V
return-void
.end method
# virtual methods
.method public final close()V
.locals 2
:try_start_0
iget-object v0, p0, Ljava/io/FilterOutputStream;->out:Ljava/io/OutputStream;
.line 1
invoke-virtual {v0}, Ljava/io/OutputStream;->close()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/cache/c$c$a;->a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
const/4 v1, 0x1
.line 4
iput-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/cache/c$c;->c:Z
:goto_0
return-void
.end method
.method public final flush()V
.locals 2
:try_start_0
iget-object v0, p0, Ljava/io/FilterOutputStream;->out:Ljava/io/OutputStream;
.line 1
invoke-virtual {v0}, Ljava/io/OutputStream;->flush()V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/cache/c$c$a;->a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
const/4 v1, 0x1
.line 4
iput-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/cache/c$c;->c:Z
:goto_0
return-void
.end method
.method public final write(I)V
.locals 1
:try_start_0
iget-object v0, p0, Ljava/io/FilterOutputStream;->out:Ljava/io/OutputStream;
.line 1
invoke-virtual {v0, p1}, Ljava/io/OutputStream;->write(I)V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/cache/c$c$a;->a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
const/4 v0, 0x1
.line 4
iput-boolean v0, p1, Lcom/fyber/inneractive/sdk/player/cache/c$c;->c:Z
:goto_0
return-void
.end method
.method public final write([BII)V
.locals 1
:try_start_0
iget-object v0, p0, Ljava/io/FilterOutputStream;->out:Ljava/io/OutputStream;
.line 5
invoke-virtual {v0, p1, p2, p3}, Ljava/io/OutputStream;->write([BII)V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/cache/c$c$a;->a:Lcom/fyber/inneractive/sdk/player/cache/c$c;
const/4 p2, 0x1
.line 8
iput-boolean p2, p1, Lcom/fyber/inneractive/sdk/player/cache/c$c;->c:Z
:goto_0
return-void
.end method