55 lines
1.1 KiB
Smali
55 lines
1.1 KiB
Smali
.class Lcom/google/common/io/FileBackedOutputStream$MemoryOutput;
|
|
.super Ljava/io/ByteArrayOutputStream;
|
|
.source "FileBackedOutputStream.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/io/FileBackedOutputStream;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "MemoryOutput"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/io/ByteArrayOutputStream;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/google/common/io/FileBackedOutputStream$1;)V
|
|
.locals 0
|
|
|
|
.line 2
|
|
invoke-direct {p0}, Lcom/google/common/io/FileBackedOutputStream$MemoryOutput;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getBuffer()[B
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Ljava/io/ByteArrayOutputStream;->buf:[B
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getCount()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Ljava/io/ByteArrayOutputStream;->count:I
|
|
|
|
return v0
|
|
.end method
|