class com.microsoft.azure.management.resources.fluentcore.utils.Utils$2 implements rx.functions.Func1<okhttp3.ResponseBody, byte[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.fluentcore.utils.Utils$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$2 this
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$2;

  public byte[] call(okhttp3.ResponseBody);
    descriptor: (Lokhttp3/ResponseBody;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$2 this
        start local 1 // okhttp3.ResponseBody responseBody
         0: .line 137
            aload 1 /* responseBody */
            invokevirtual okhttp3.ResponseBody.bytes:()[B
         1: areturn
         2: .line 138
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 139
            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 // okhttp3.ResponseBody responseBody
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$2;
            0    4     1  responseBody  Lokhttp3/ResponseBody;
            3    4     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
              Name  Flags
      responseBody  

  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 okhttp3.ResponseBody
            invokevirtual com.microsoft.azure.management.resources.fluentcore.utils.Utils$2.call:(Lokhttp3/ResponseBody;)[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lokhttp3/ResponseBody;[B>;
SourceFile: "Utils.java"
EnclosingMethod: com.microsoft.azure.management.resources.fluentcore.utils.Utils.downloadFileAsync:(Ljava/lang/String;Lretrofit2/Retrofit;)Lrx/Observable;
NestHost: com.microsoft.azure.management.resources.fluentcore.utils.Utils
InnerClasses:
  com.microsoft.azure.management.resources.fluentcore.utils.Utils$2