public class android.graphics.ImageDecoder$ImageInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.ImageDecoder$ImageInfo
  super_class: java.lang.Object
{
  private final android.util.Size mSize;
    descriptor: Landroid/util/Size;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.graphics.ImageDecoder mDecoder;
    descriptor: Landroid/graphics/ImageDecoder;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(android.graphics.ImageDecoder);
    descriptor: (Landroid/graphics/ImageDecoder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.ImageDecoder$ImageInfo this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tOs cannot be resolved\n\tSEEK_SET cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tOs cannot be resolved\n\tSEEK_CUR cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ImageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ImageInfo;
    MethodParameters:
         Name  Flags
      decoder  

  public android.util.Size getSize();
    descriptor: ()Landroid/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ImageInfo this
         0: .line 546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ImageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ImageInfo;

  public java.lang.String getMimeType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ImageInfo this
         0: .line 554
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ImageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ImageInfo;

  public boolean isAnimated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ImageInfo this
         0: .line 564
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ImageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ImageInfo;

  public android.graphics.ColorSpace getColorSpace();
    descriptor: ()Landroid/graphics/ColorSpace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.ImageDecoder$ImageInfo this
         0: .line 576
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.ImageDecoder$ImageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageDecoder$ImageInfo;
}
SourceFile: "ImageDecoder.java"
NestHost: android.graphics.ImageDecoder
InnerClasses:
  public ImageInfo = android.graphics.ImageDecoder$ImageInfo of android.graphics.ImageDecoder