apkfuckery/com.discord/smali_classes2/org/webrtc/DataChannel$Buffer.smali

38 lines
852 B
Smali

.class public Lorg/webrtc/DataChannel$Buffer;
.super Ljava/lang/Object;
.source "DataChannel.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/DataChannel;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Buffer"
.end annotation
# instance fields
.field public final binary:Z
.field public final data:Ljava/nio/ByteBuffer;
# direct methods
.method public constructor <init>(Ljava/nio/ByteBuffer;Z)V
.locals 0
.annotation build Lorg/webrtc/CalledByNative;
value = "Buffer"
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lorg/webrtc/DataChannel$Buffer;->data:Ljava/nio/ByteBuffer;
iput-boolean p2, p0, Lorg/webrtc/DataChannel$Buffer;->binary:Z
return-void
.end method