mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
79 lines
1.8 KiB
Smali
79 lines
1.8 KiB
Smali
.class final Lcom/google/common/io/ByteSource$EmptyByteSource;
|
|
.super Lcom/google/common/io/ByteSource$ByteArrayByteSource;
|
|
.source "ByteSource.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/io/ByteSource;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1a
|
|
name = "EmptyByteSource"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final INSTANCE:Lcom/google/common/io/ByteSource$EmptyByteSource;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 661
|
|
new-instance v0, Lcom/google/common/io/ByteSource$EmptyByteSource;
|
|
|
|
invoke-direct {v0}, Lcom/google/common/io/ByteSource$EmptyByteSource;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/common/io/ByteSource$EmptyByteSource;->INSTANCE:Lcom/google/common/io/ByteSource$EmptyByteSource;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method constructor <init>()V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
new-array v0, v0, [B
|
|
|
|
.line 664
|
|
invoke-direct {p0, v0}, Lcom/google/common/io/ByteSource$ByteArrayByteSource;-><init>([B)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public asCharSource(Ljava/nio/charset/Charset;)Lcom/google/common/io/CharSource;
|
|
.locals 0
|
|
|
|
.line 669
|
|
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 670
|
|
invoke-static {}, Lcom/google/common/io/CharSource;->empty()Lcom/google/common/io/CharSource;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public read()[B
|
|
.locals 0
|
|
|
|
.line 675
|
|
iget-object p0, p0, Lcom/google/common/io/ByteSource$EmptyByteSource;->bytes:[B
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 0
|
|
|
|
const-string p0, "ByteSource.empty()"
|
|
|
|
return-object p0
|
|
.end method
|