ImageTranscoder.smali
.class public interface abstract Lcom/facebook/imagepipeline/transcoder/ImageTranscoder;
.super Ljava/lang/Object;
.source "ImageTranscoder.java"
# virtual methods
.method public abstract canResize(Lcom/facebook/imagepipeline/image/EncodedImage;Lcom/facebook/imagepipeline/common/RotationOptions;Lcom/facebook/imagepipeline/common/ResizeOptions;)Z
.param p2 # Lcom/facebook/imagepipeline/common/RotationOptions;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p3 # Lcom/facebook/imagepipeline/common/ResizeOptions;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"encodedImage",
"rotationOptions",
"resizeOptions"
}
.end annotation
.end method
.method public abstract canTranscode(Lcom/facebook/imageformat/ImageFormat;)Z
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"imageFormat"
}
.end annotation
.end method
.method public abstract getIdentifier()Ljava/lang/String;
.end method
.method public abstract transcode(Lcom/facebook/imagepipeline/image/EncodedImage;Ljava/io/OutputStream;Lcom/facebook/imagepipeline/common/RotationOptions;Lcom/facebook/imagepipeline/common/ResizeOptions;Lcom/facebook/imageformat/ImageFormat;Ljava/lang/Integer;)Lcom/facebook/imagepipeline/transcoder/ImageTranscodeResult;
.param p3 # Lcom/facebook/imagepipeline/common/RotationOptions;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p4 # Lcom/facebook/imagepipeline/common/ResizeOptions;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p5 # Lcom/facebook/imageformat/ImageFormat;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p6 # Ljava/lang/Integer;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0,
0x0,
0x0,
0x0
}
names = {
"encodedImage",
"outputStream",
"rotationOptions",
"resizeOptions",
"outputFormat",
"quality"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method