class com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4 implements rx.functions.Func1<java.io.InputStream, com.microsoft.azure.management.appservice.PublishingProfile>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public com.microsoft.azure.management.appservice.PublishingProfile call(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/microsoft/azure/management/appservice/PublishingProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4 this
        start local 1 // java.io.InputStream stream
         0: .line 120
            new java.io.InputStreamReader
            dup
            aload 1 /* stream */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            invokestatic com.google.common.io.CharStreams.toString:(Ljava/lang/Readable;)Ljava/lang/String;
            astore 2 /* xml */
        start local 2 // java.lang.String xml
         1: .line 121
            new com.microsoft.azure.management.appservice.implementation.PublishingProfileImpl
            dup
            aload 2 /* xml */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4.this$0:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            invokespecial com.microsoft.azure.management.appservice.implementation.PublishingProfileImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/WebAppBase;)V
         2: areturn
        end local 2 // java.lang.String xml
         3: .line 122
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 123
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.io.InputStream stream
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$4;
            0    5     1  stream  Ljava/io/InputStream;
            1    3     2     xml  Ljava/lang/String;
            4    5     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
        Name  Flags
      stream  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.InputStream
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4.call:(Ljava/io/InputStream;)Lcom/microsoft/azure/management/appservice/PublishingProfile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/io/InputStream;Lcom/microsoft/azure/management/appservice/PublishingProfile;>;
SourceFile: "DeploymentSlotBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.getPublishingProfileAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$4