mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
66 lines
1.3 KiB
Smali
66 lines
1.3 KiB
Smali
.class Lcom/google/common/io/ByteStreams$1;
|
|
.super Ljava/io/OutputStream;
|
|
.source "ByteStreams.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/io/ByteStreams;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 659
|
|
invoke-direct {p0}, Ljava/io/OutputStream;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 0
|
|
|
|
const-string p0, "ByteStreams.nullOutputStream()"
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public write(I)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public write([B)V
|
|
.locals 0
|
|
|
|
.line 667
|
|
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public write([BII)V
|
|
.locals 0
|
|
|
|
.line 673
|
|
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
add-int/2addr p3, p2
|
|
|
|
.line 674
|
|
array-length p0, p1
|
|
|
|
invoke-static {p2, p3, p0}, Lcom/google/common/base/Preconditions;->checkPositionIndexes(III)V
|
|
|
|
return-void
|
|
.end method
|