class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback extends java.io.PipedInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback
  super_class: java.io.PipedInputStream
{
  private rx.functions.Action0 callback;
    descriptor: Lrx/functions/Action0;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
         0: .line 1796
            aload 0 /* this */
            invokespecial java.io.PipedInputStream.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$PipedInputStreamWithCallback;

  private void addCallback(rx.functions.Action0);
    descriptor: (Lrx/functions/Action0;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
        start local 1 // rx.functions.Action0 action
         0: .line 1800
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback.callback:Lrx/functions/Action0;
         1: .line 1801
            return
        end local 1 // rx.functions.Action0 action
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$PipedInputStreamWithCallback;
            0    2     1  action  Lrx/functions/Action0;
    MethodParameters:
        Name  Flags
      action  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
         0: .line 1805
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback.callback:Lrx/functions/Action0;
            invokeinterface rx.functions.Action0.call:()V
         1: .line 1806
            aload 0 /* this */
            invokespecial java.io.PipedInputStream.close:()V
         2: .line 1807
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$PipedInputStreamWithCallback;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "WebAppBaseImpl.java"
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  private PipedInputStreamWithCallback = com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$PipedInputStreamWithCallback of com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl