public class org.jboss.resteasy.plugins.providers.InputStreamProvider implements javax.ws.rs.ext.MessageBodyReader<java.io.InputStream>, org.jboss.resteasy.spi.AsyncMessageBodyWriter<java.io.InputStream>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.InputStreamProvider
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;

  public boolean isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 34
            aload 1 /* type */
            ldc Ljava/io/InputStream;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0    1     1         type  Ljava/lang/Class<*>;
            0    1     2  genericType  Ljava/lang/reflect/Type;
            0    1     3  annotations  [Ljava/lang/annotation/Annotation;
            0    1     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public java.io.InputStream readFrom(java.lang.Class<java.io.InputStream>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
        start local 5 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 6 // java.io.InputStream entityStream
         0: .line 39
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Provider : %s,  Method : readFrom"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 40
            aload 6 /* entityStream */
            areturn
        end local 6 // java.io.InputStream entityStream
        end local 5 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0    2     1          type  Ljava/lang/Class<Ljava/io/InputStream;>;
            0    2     2   genericType  Ljava/lang/reflect/Type;
            0    2     3   annotations  [Ljava/lang/annotation/Annotation;
            0    2     4     mediaType  Ljavax/ws/rs/core/MediaType;
            0    2     5   httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;
            0    2     6  entityStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Class<Ljava/io/InputStream;>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;Ljava/io/InputStream;)Ljava/io/InputStream;
    MethodParameters:
              Name  Flags
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 45
            ldc Ljava/io/InputStream;
            aload 1 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 1
            aload 4 /* mediaType */
            invokestatic org.jboss.resteasy.util.MediaTypeHelper.isBlacklisted:(Ljavax/ws/rs/core/MediaType;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0    2     1         type  Ljava/lang/Class<*>;
            0    2     2  genericType  Ljava/lang/reflect/Type;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
            0    2     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public long getSize(java.io.InputStream, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.io.InputStream inputStream
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
         0: .line 50
            ldc -1
            lreturn
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0    1     1  inputStream  Ljava/io/InputStream;
            0    1     2         type  Ljava/lang/Class<*>;
            0    1     3  genericType  Ljava/lang/reflect/Type;
            0    1     4  annotations  [Ljava/lang/annotation/Annotation;
            0    1     5    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/io/InputStream;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    MethodParameters:
             Name  Flags
      inputStream  
      type         
      genericType  
      annotations  
      mediaType    

  public void writeTo(java.io.InputStream, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.io.InputStream inputStream
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // java.io.OutputStream entityStream
         0: .line 55
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Provider : %s,  Method : writeTo"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 58
            aload 1 /* inputStream */
            invokevirtual java.io.InputStream.read:()I
            istore 8 /* c */
        start local 8 // int c
         2: .line 59
            iload 8 /* c */
            iconst_m1
            if_icmpne 7
         3: .line 61
            aload 6 /* httpHeaders */
            ldc "Content-Length"
            iconst_0
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 62
            aload 7 /* entityStream */
            iconst_0
            newarray 8
            invokevirtual java.io.OutputStream.write:([B)V
         5: .line 71
            aload 1 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
         6: .line 63
            return
         7: .line 66
      StackMap locals: int
      StackMap stack:
            aload 7 /* entityStream */
            iload 8 /* c */
            invokevirtual java.io.OutputStream.write:(I)V
         8: .line 67
            aload 1 /* inputStream */
            aload 7 /* entityStream */
            invokestatic org.jboss.resteasy.plugins.providers.ProviderHelper.writeTo:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        end local 8 // int c
         9: .line 68
            goto 13
        10: .line 70
      StackMap locals: org.jboss.resteasy.plugins.providers.InputStreamProvider java.io.InputStream java.lang.Class java.lang.reflect.Type java.lang.annotation.Annotation[] javax.ws.rs.core.MediaType javax.ws.rs.core.MultivaluedMap java.io.OutputStream
      StackMap stack: java.lang.Throwable
            astore 9
        11: .line 71
            aload 1 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        12: .line 72
            aload 9
            athrow
        13: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        14: .line 73
            return
        end local 7 // java.io.OutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0   15     1   inputStream  Ljava/io/InputStream;
            0   15     2          type  Ljava/lang/Class<*>;
            0   15     3   genericType  Ljava/lang/reflect/Type;
            0   15     4   annotations  [Ljava/lang/annotation/Annotation;
            0   15     5     mediaType  Ljavax/ws/rs/core/MediaType;
            0   15     6   httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0   15     7  entityStream  Ljava/io/OutputStream;
            2    9     8             c  I
      Exception table:
        from    to  target  type
           1     5      10  any
           7    10      10  any
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/io/InputStream;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/io/OutputStream;)V
    MethodParameters:
              Name  Flags
      inputStream   
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncWriteTo(java.io.InputStream, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
        start local 1 // java.io.InputStream inputStream
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
         0: .line 80
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Provider : %s,  Method : writeTo"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 83
            aload 1 /* inputStream */
            invokevirtual java.io.InputStream.read:()I
            istore 8 /* c */
        start local 8 // int c
         2: .line 84
            iload 8 /* c */
            iconst_m1
            if_icmpne 6
         3: .line 86
            aload 6 /* httpHeaders */
            ldc "Content-Length"
            iconst_0
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 87
            aload 7 /* entityStream */
            iconst_0
            newarray 8
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncWrite:([B)Ljava/util/concurrent/CompletionStage;
         5: areturn
         6: .line 89
      StackMap locals: int
      StackMap stack:
            aload 7 /* entityStream */
            iconst_1
            newarray 8
            dup
            iconst_0
            iload 8 /* c */
            i2b
            bastore
            invokevirtual org.jboss.resteasy.spi.AsyncOutputStream.asyncWrite:([B)Ljava/util/concurrent/CompletionStage;
         7: .line 90
            aload 1 /* inputStream */
            aload 7 /* entityStream */
            invokedynamic apply(Ljava/io/InputStream;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/jboss/resteasy/plugins/providers/InputStreamProvider.lambda$0(Ljava/io/InputStream;Lorg/jboss/resteasy/spi/AsyncOutputStream;Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage; (6)
                  (Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage;
            invokeinterface java.util.concurrent.CompletionStage.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;
         8: .line 89
            areturn
        end local 8 // int c
         9: .line 91
      StackMap locals: org.jboss.resteasy.plugins.providers.InputStreamProvider java.io.InputStream java.lang.Class java.lang.reflect.Type java.lang.annotation.Annotation[] javax.ws.rs.core.MediaType javax.ws.rs.core.MultivaluedMap org.jboss.resteasy.spi.AsyncOutputStream
      StackMap stack: java.io.IOException
            astore 8 /* e */
        start local 8 // java.io.IOException e
        10: .line 93
            aload 8 /* e */
            invokestatic org.jboss.resteasy.plugins.providers.ProviderHelper.completedException:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletionStage;
            areturn
        end local 8 // java.io.IOException e
        end local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.jboss.resteasy.plugins.providers.InputStreamProvider this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/jboss/resteasy/plugins/providers/InputStreamProvider;
            0   11     1   inputStream  Ljava/io/InputStream;
            0   11     2          type  Ljava/lang/Class<*>;
            0   11     3   genericType  Ljava/lang/reflect/Type;
            0   11     4   annotations  [Ljava/lang/annotation/Annotation;
            0   11     5     mediaType  Ljavax/ws/rs/core/MediaType;
            0   11     6   httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0   11     7  entityStream  Lorg/jboss/resteasy/spi/AsyncOutputStream;
            2    9     8             c  I
           10   11     8             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     5       9  Class java.io.IOException
           6     8       9  Class java.io.IOException
    Signature: (Ljava/io/InputStream;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      inputStream   
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public void writeTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.InputStream
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.InputStreamProvider.writeTo:(Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException

  public long getSize(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.InputStream
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual org.jboss.resteasy.plugins.providers.InputStreamProvider.getSize:(Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.CompletionStage asyncWriteTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.InputStream
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.InputStreamProvider.asyncWriteTo:(Ljava/io/InputStream;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            invokevirtual org.jboss.resteasy.plugins.providers.InputStreamProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/io/InputStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException

  private static java.util.concurrent.CompletionStage lambda$0(java.io.InputStream, org.jboss.resteasy.spi.AsyncOutputStream, java.lang.Void);
    descriptor: (Ljava/io/InputStream;Lorg/jboss/resteasy/spi/AsyncOutputStream;Ljava/lang/Void;)Ljava/util/concurrent/CompletionStage;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 90
            aload 0
            aload 1
            invokestatic org.jboss.resteasy.plugins.providers.ProviderHelper.writeToAndCloseInput:(Ljava/io/InputStream;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
            areturn
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;
}
Signature: Ljava/lang/Object;Ljavax/ws/rs/ext/MessageBodyReader<Ljava/io/InputStream;>;Lorg/jboss/resteasy/spi/AsyncMessageBodyWriter<Ljava/io/InputStream;>;
SourceFile: "InputStreamProvider.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      javax.ws.rs.ext.Provider()
      javax.ws.rs.Produces(value = {"*/*"})
      javax.ws.rs.Consumes(value = {"*/*"})