public class android.util.jar.StrictJarFile$ZipInflaterInputStream extends java.util.zip.InflaterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.util.jar.StrictJarFile$ZipInflaterInputStream
  super_class: java.util.zip.InflaterInputStream
{
  private final java.util.zip.ZipEntry entry;
    descriptor: Ljava/util/zip/ZipEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long bytesRead;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream, java.util.zip.Inflater, int, java.util.zip.ZipEntry);
    descriptor: (Ljava/io/InputStream;Ljava/util/zip/Inflater;ILjava/util/zip/ZipEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
         0: .line 20
            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 dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoBridge cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoUtils 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\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tStreams cannot be resolved\n\tStreams cannot be resolved\n\tCannot make a static reference to the non-static field closed\n\tStreams cannot be resolved\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoBridge cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$ZipInflaterInputStream;
    MethodParameters:
       Name  Flags
      is     
      inf    
      bsize  
      entry  

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
         0: .line 399
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$ZipInflaterInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      buffer      
      byteOffset  
      byteCount   

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
         0: .line 419
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCannot make a static reference to the non-static field closed\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$ZipInflaterInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$ZipInflaterInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "StrictJarFile.java"
NestHost: android.util.jar.StrictJarFile
InnerClasses:
  public ZipInflaterInputStream = android.util.jar.StrictJarFile$ZipInflaterInputStream of android.util.jar.StrictJarFile