class com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2 implements rx.functions.Action0
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.InputStream val$is;
    descriptor: Ljava/io/InputStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl, java.io.InputStream);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2 this
         0: .line 129
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2.this$0:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2.val$is:Ljava/io/InputStream;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl$2;
    MethodParameters:
        Name  Flags
      this$0  final
      val$is  final

  public void call();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2 this
         0: .line 133
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2.val$is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         1: .line 134
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 135
            aload 1 /* e */
            invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            pop
        end local 1 // java.io.IOException e
         4: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotImpl$2;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "DeploymentSlotImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl.zipDeployAsync:(Ljava/io/File;)Lrx/Completable;
NestHost: com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotImpl$2