mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
103 lines
2.4 KiB
Smali
103 lines
2.4 KiB
Smali
.class Lcom/google/common/io/BaseEncoding$5;
|
|
.super Ljava/io/Writer;
|
|
.source "BaseEncoding.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/google/common/io/BaseEncoding;->separatingWriter(Ljava/io/Writer;Ljava/lang/String;I)Ljava/io/Writer;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic val$delegate:Ljava/io/Writer;
|
|
|
|
.field final synthetic val$separatingAppendable:Ljava/lang/Appendable;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Ljava/lang/Appendable;Ljava/io/Writer;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/common/io/BaseEncoding$5;->val$separatingAppendable:Ljava/lang/Appendable;
|
|
|
|
iput-object p2, p0, Lcom/google/common/io/BaseEncoding$5;->val$delegate:Ljava/io/Writer;
|
|
|
|
.line 1054
|
|
invoke-direct {p0}, Ljava/io/Writer;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public close()V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object p0, p0, Lcom/google/common/io/BaseEncoding$5;->val$delegate:Ljava/io/Writer;
|
|
|
|
.line 1072
|
|
invoke-virtual {p0}, Ljava/io/Writer;->close()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public flush()V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object p0, p0, Lcom/google/common/io/BaseEncoding$5;->val$delegate:Ljava/io/Writer;
|
|
|
|
.line 1067
|
|
invoke-virtual {p0}, Ljava/io/Writer;->flush()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public write(I)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object p0, p0, Lcom/google/common/io/BaseEncoding$5;->val$separatingAppendable:Ljava/lang/Appendable;
|
|
|
|
int-to-char p1, p1
|
|
|
|
.line 1057
|
|
invoke-interface {p0, p1}, Ljava/lang/Appendable;->append(C)Ljava/lang/Appendable;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public write([CII)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1062
|
|
new-instance p0, Ljava/lang/UnsupportedOperationException;
|
|
|
|
invoke-direct {p0}, Ljava/lang/UnsupportedOperationException;-><init>()V
|
|
|
|
throw p0
|
|
.end method
|