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 = 0x18
name = "FastByteArrayOutputStream"
.end annotation
# direct methods
.method private constructor <init>()V
.registers 1
.line 169
invoke-direct {p0}, Ljava/io/ByteArrayOutputStream;-><init>()V
return-void
.end method
.method synthetic constructor <init>(Lcom/facebook/common/internal/ByteStreams$1;)V
.registers 2
.line 169
invoke-direct {p0}, Lcom/facebook/common/internal/ByteStreams$FastByteArrayOutputStream;-><init>()V
return-void
.end method
# virtual methods
.method final writeTo([BI)V
.registers 6
.line 176
iget-object v0, p0, Lcom/facebook/common/internal/ByteStreams$FastByteArrayOutputStream;->buf:[B
iget v1, p0, Lcom/facebook/common/internal/ByteStreams$FastByteArrayOutputStream;->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