ByteStreams$FastByteArrayOutputStream.smali
.class final Lcom/facebook/common/internal/ByteStreams$FastByteArrayOutputStream;
.super Ljava/io/ByteArrayOutputStream;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/common/internal/ByteStreams;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "FastByteArrayOutputStream"
.end annotation
# direct methods
.method private constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/io/ByteArrayOutputStream;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/facebook/common/internal/ByteStreams$1;)V
.registers 2
.line 2
invoke-direct {p0}, Lcom/facebook/common/internal/ByteStreams$FastByteArrayOutputStream;-><init>()V
return-void
.end method
# virtual methods
.method public writeTo([BI)V
.registers 6
iget-object v0, p0, Ljava/io/ByteArrayOutputStream;->buf:[B
iget v1, p0, Ljava/io/ByteArrayOutputStream;->count:I
const/4 v2, 0x0
invoke-static {v0, v2, p1, p2, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
return-void
.end method