public class org.eclipse.jetty.http.ResourceHttpContent implements org.eclipse.jetty.http.HttpContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.http.ResourceHttpContent
  super_class: java.lang.Object
{
  final org.eclipse.jetty.util.resource.Resource _resource;
    descriptor: Lorg/eclipse/jetty/util/resource/Resource;
    flags: (0x0010) ACC_FINAL

  final java.lang.String _contentType;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final int _maxBuffer;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  java.util.Map<org.eclipse.jetty.http.CompressedContentFormat, org.eclipse.jetty.http.HttpContent> _precompressedContents;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Lorg/eclipse/jetty/http/CompressedContentFormat;Lorg/eclipse/jetty/http/HttpContent;>;

  java.lang.String _etag;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>(org.eclipse.jetty.util.resource.Resource, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
        start local 1 // org.eclipse.jetty.util.resource.Resource resource
        start local 2 // java.lang.String contentType
         0: .line 48
            aload 0 /* this */
            aload 1 /* resource */
            aload 2 /* contentType */
            iconst_m1
            aconst_null
            invokespecial org.eclipse.jetty.http.ResourceHttpContent.<init>:(Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;ILjava/util/Map;)V
         1: .line 49
            return
        end local 2 // java.lang.String contentType
        end local 1 // org.eclipse.jetty.util.resource.Resource resource
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            0    2     1     resource  Lorg/eclipse/jetty/util/resource/Resource;
            0    2     2  contentType  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      resource     final
      contentType  final

  public void <init>(org.eclipse.jetty.util.resource.Resource, java.lang.String, int);
    descriptor: (Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
        start local 1 // org.eclipse.jetty.util.resource.Resource resource
        start local 2 // java.lang.String contentType
        start local 3 // int maxBuffer
         0: .line 53
            aload 0 /* this */
            aload 1 /* resource */
            aload 2 /* contentType */
            iload 3 /* maxBuffer */
            aconst_null
            invokespecial org.eclipse.jetty.http.ResourceHttpContent.<init>:(Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;ILjava/util/Map;)V
         1: .line 54
            return
        end local 3 // int maxBuffer
        end local 2 // java.lang.String contentType
        end local 1 // org.eclipse.jetty.util.resource.Resource resource
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            0    2     1     resource  Lorg/eclipse/jetty/util/resource/Resource;
            0    2     2  contentType  Ljava/lang/String;
            0    2     3    maxBuffer  I
    MethodParameters:
             Name  Flags
      resource     final
      contentType  final
      maxBuffer    

  public void <init>(org.eclipse.jetty.util.resource.Resource, java.lang.String, int, java.util.Map<org.eclipse.jetty.http.CompressedContentFormat, org.eclipse.jetty.http.HttpContent>);
    descriptor: (Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;ILjava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
        start local 1 // org.eclipse.jetty.util.resource.Resource resource
        start local 2 // java.lang.String contentType
        start local 3 // int maxBuffer
        start local 4 // java.util.Map precompressedContents
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* resource */
            putfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
         2: .line 59
            aload 0 /* this */
            aload 2 /* contentType */
            putfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
         3: .line 60
            aload 0 /* this */
            iload 3 /* maxBuffer */
            putfield org.eclipse.jetty.http.ResourceHttpContent._maxBuffer:I
         4: .line 61
            aload 4 /* precompressedContents */
            ifnonnull 7
         5: .line 63
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.ResourceHttpContent._precompressedContents:Ljava/util/Map;
         6: .line 64
            goto 12
         7: .line 67
      StackMap locals: org.eclipse.jetty.http.ResourceHttpContent org.eclipse.jetty.util.resource.Resource java.lang.String int java.util.Map
      StackMap stack:
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 4 /* precompressedContents */
            invokeinterface java.util.Map.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jetty.http.ResourceHttpContent._precompressedContents:Ljava/util/Map;
         8: .line 68
            aload 4 /* precompressedContents */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals: org.eclipse.jetty.http.ResourceHttpContent org.eclipse.jetty.util.resource.Resource java.lang.String int java.util.Map top java.util.Iterator
      StackMap stack:
         9: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
        10: .line 70
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._precompressedContents:Ljava/util/Map;
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.CompressedContentFormat
            new org.eclipse.jetty.http.PrecompressedHttpContent
            dup
            aload 0 /* this */
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpContent
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.CompressedContentFormat
            invokespecial org.eclipse.jetty.http.PrecompressedHttpContent.<init>:(Lorg/eclipse/jetty/http/HttpContent;Lorg/eclipse/jetty/http/HttpContent;Lorg/eclipse/jetty/http/CompressedContentFormat;)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.util.Map$Entry entry
        11: .line 68
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        12: .line 73
      StackMap locals: org.eclipse.jetty.http.ResourceHttpContent org.eclipse.jetty.util.resource.Resource java.lang.String int java.util.Map
      StackMap stack:
            return
        end local 4 // java.util.Map precompressedContents
        end local 3 // int maxBuffer
        end local 2 // java.lang.String contentType
        end local 1 // org.eclipse.jetty.util.resource.Resource resource
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            0   13     1               resource  Lorg/eclipse/jetty/util/resource/Resource;
            0   13     2            contentType  Ljava/lang/String;
            0   13     3              maxBuffer  I
            0   13     4  precompressedContents  Ljava/util/Map<Lorg/eclipse/jetty/http/CompressedContentFormat;Lorg/eclipse/jetty/http/HttpContent;>;
           10   11     5                  entry  Ljava/util/Map$Entry<Lorg/eclipse/jetty/http/CompressedContentFormat;Lorg/eclipse/jetty/http/HttpContent;>;
    Signature: (Lorg/eclipse/jetty/util/resource/Resource;Ljava/lang/String;ILjava/util/Map<Lorg/eclipse/jetty/http/CompressedContentFormat;Lorg/eclipse/jetty/http/HttpContent;>;)V
    MethodParameters:
                       Name  Flags
      resource               final
      contentType            final
      maxBuffer              
      precompressedContents  

  public java.lang.String getContentTypeValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 78
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public org.eclipse.jetty.http.HttpField getContentType();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpField
         2: areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public org.eclipse.jetty.http.HttpField getContentEncoding();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 90
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.lang.String getContentEncodingValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 96
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetFromContentType:(Ljava/lang/String;)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public org.eclipse.jetty.http.MimeTypes$Type getMimeType();
    descriptor: ()Lorg/eclipse/jetty/http/MimeTypes$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getContentTypeWithoutCharset:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.MimeTypes$Type
         2: areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public org.eclipse.jetty.http.HttpField getLastModified();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.lastModified:()J
            lstore 1 /* lm */
        start local 1 // long lm
         1: .line 115
            lload 1 /* lm */
            lconst_0
            lcmp
            iflt 2
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.LAST_MODIFIED:Lorg/eclipse/jetty/http/HttpHeader;
            lload 1 /* lm */
            invokestatic org.eclipse.jetty.http.DateGenerator.formatDate:(J)Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpField
         3: areturn
        end local 1 // long lm
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            1    4     1    lm  J

  public java.lang.String getLastModifiedValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.lastModified:()J
            lstore 1 /* lm */
        start local 1 // long lm
         1: .line 122
            lload 1 /* lm */
            lconst_0
            lcmp
            iflt 2
            lload 1 /* lm */
            invokestatic org.eclipse.jetty.http.DateGenerator.formatDate:(J)Ljava/lang/String;
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 1 // long lm
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            1    4     1    lm  J

  public java.nio.ByteBuffer getDirectBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            lconst_0
            lcmp
            ifle 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._maxBuffer:I
            ifle 2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._maxBuffer:I
            i2l
            lcmp
            ifle 2
         1: .line 129
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            iconst_1
            invokestatic org.eclipse.jetty.util.BufferUtil.toBuffer:(Lorg/eclipse/jetty/util/resource/Resource;Z)Ljava/nio/ByteBuffer;
         3: areturn
         4: .line 134
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         5: .line 136
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            5    6     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException

  public org.eclipse.jetty.http.HttpField getETag();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 143
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ETAG:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.ResourceHttpContent.getETagValue:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.lang.String getETagValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.getWeakETag:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.nio.ByteBuffer getIndirectBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            lconst_0
            lcmp
            ifle 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._maxBuffer:I
            ifle 2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._maxBuffer:I
            i2l
            lcmp
            ifle 2
         1: .line 156
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            iconst_0
            invokestatic org.eclipse.jetty.util.BufferUtil.toBuffer:(Lorg/eclipse/jetty/util/resource/Resource;Z)Ljava/nio/ByteBuffer;
         3: areturn
         4: .line 161
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         5: .line 163
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            5    6     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException

  public org.eclipse.jetty.http.HttpField getContentLength();
    descriptor: ()Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 170
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            lstore 1 /* l */
        start local 1 // long l
         1: .line 171
            lload 1 /* l */
            ldc -1
            lcmp
            ifne 2
            aconst_null
            goto 3
      StackMap locals: long
      StackMap stack:
         2: new org.eclipse.jetty.http.HttpField$LongValueHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            lload 1 /* l */
            invokespecial org.eclipse.jetty.http.HttpField$LongValueHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;J)V
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpField$LongValueHttpField
         3: areturn
        end local 1 // long l
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
            1    4     1     l  J

  public long getContentLengthValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 177
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.length:()J
            lreturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 183
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.getInputStream:()Ljava/io/InputStream;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.ReadableByteChannel getReadableByteChannel();
    descriptor: ()Ljava/nio/channels/ReadableByteChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.getReadableByteChannel:()Ljava/nio/channels/ReadableByteChannel;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
    Exceptions:
      throws java.io.IOException

  public org.eclipse.jetty.util.resource.Resource getResource();
    descriptor: ()Lorg/eclipse/jetty/util/resource/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 195
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 201
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.close:()V
         1: .line 202
            return
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 207
            ldc "%s@%x{r=%s,ct=%s,c=%b}"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._resource:Lorg/eclipse/jetty/util/resource/Resource;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._contentType:Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._precompressedContents:Ljava/util/Map;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals: org.eclipse.jetty.http.ResourceHttpContent
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         1: iconst_0
      StackMap locals: org.eclipse.jetty.http.ResourceHttpContent
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int int
         2: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;

  public java.util.Map<org.eclipse.jetty.http.CompressedContentFormat, org.eclipse.jetty.http.HttpContent> getPrecompressedContents();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.ResourceHttpContent this
         0: .line 213
            aload 0 /* this */
            getfield org.eclipse.jetty.http.ResourceHttpContent._precompressedContents:Ljava/util/Map;
            areturn
        end local 0 // org.eclipse.jetty.http.ResourceHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/ResourceHttpContent;
    Signature: ()Ljava/util/Map<Lorg/eclipse/jetty/http/CompressedContentFormat;Lorg/eclipse/jetty/http/HttpContent;>;
}
SourceFile: "ResourceHttpContent.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public LongValueHttpField = org.eclipse.jetty.http.HttpField$LongValueHttpField of org.eclipse.jetty.http.HttpField
  public final Type = org.eclipse.jetty.http.MimeTypes$Type of org.eclipse.jetty.http.MimeTypes