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

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

  public byte[] call(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl$14 this
        start local 1 // java.io.InputStream inputStream
         0: .line 352
            aload 1 /* inputStream */
            invokestatic com.google.common.io.ByteStreams.toByteArray:(Ljava/io/InputStream;)[B
         1: areturn
         2: .line 353
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 354
            aload 2 /* e */
            invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl$14 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceBaseImpl$14;
            0    4     1  inputStream  Ljava/io/InputStream;
            3    4     2            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  

  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.AppServiceBaseImpl$14.call:(Ljava/io/InputStream;)[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/io/InputStream;[B>;
SourceFile: "AppServiceBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl.getContainerLogsAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceBaseImpl$14