mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
35 lines
1 KiB
Smali
35 lines
1 KiB
Smali
|
.class public interface abstract Lcom/google/zxing/Writer;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Writer.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract encode(Ljava/lang/String;Lcom/google/zxing/BarcodeFormat;II)Lcom/google/zxing/common/BitMatrix;
|
||
|
.annotation system Ldalvik/annotation/Throws;
|
||
|
value = {
|
||
|
Lcom/google/zxing/WriterException;
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|
||
|
|
||
|
.method public abstract encode(Ljava/lang/String;Lcom/google/zxing/BarcodeFormat;IILjava/util/Map;)Lcom/google/zxing/common/BitMatrix;
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Ljava/lang/String;",
|
||
|
"Lcom/google/zxing/BarcodeFormat;",
|
||
|
"II",
|
||
|
"Ljava/util/Map<",
|
||
|
"Lcom/google/zxing/EncodeHintType;",
|
||
|
"*>;)",
|
||
|
"Lcom/google/zxing/common/BitMatrix;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Throws;
|
||
|
value = {
|
||
|
Lcom/google/zxing/WriterException;
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|