class org.glassfish.grizzly.http.LZMAContentEncoding$1 implements org.glassfish.grizzly.http.EncodingFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.LZMAContentEncoding$1
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.http.LZMAContentEncoding this$0;
    descriptor: Lorg/glassfish/grizzly/http/LZMAContentEncoding;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http.LZMAContentEncoding);
    descriptor: (Lorg/glassfish/grizzly/http/LZMAContentEncoding;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
         0: .line 48
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.LZMAContentEncoding$1.this$0:Lorg/glassfish/grizzly/http/LZMAContentEncoding;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/LZMAContentEncoding$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean applyEncoding(org.glassfish.grizzly.http.HttpHeader);
    descriptor: (Lorg/glassfish/grizzly/http/HttpHeader;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
        start local 1 // org.glassfish.grizzly.http.HttpHeader httpPacket
         0: .line 51
            iconst_0
            ireturn
        end local 1 // org.glassfish.grizzly.http.HttpHeader httpPacket
        end local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/glassfish/grizzly/http/LZMAContentEncoding$1;
            0    1     1  httpPacket  Lorg/glassfish/grizzly/http/HttpHeader;
    MethodParameters:
            Name  Flags
      httpPacket  final

  public boolean applyDecoding(org.glassfish.grizzly.http.HttpHeader);
    descriptor: (Lorg/glassfish/grizzly/http/HttpHeader;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
        start local 1 // org.glassfish.grizzly.http.HttpHeader httpPacket
         0: .line 56
            iconst_1
            ireturn
        end local 1 // org.glassfish.grizzly.http.HttpHeader httpPacket
        end local 0 // org.glassfish.grizzly.http.LZMAContentEncoding$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/glassfish/grizzly/http/LZMAContentEncoding$1;
            0    1     1  httpPacket  Lorg/glassfish/grizzly/http/HttpHeader;
    MethodParameters:
            Name  Flags
      httpPacket  final
}
SourceFile: "LZMAContentEncoding.java"
EnclosingMethod: org.glassfish.grizzly.http.LZMAContentEncoding.<init>:(Lorg/glassfish/grizzly/http/EncodingFilter;)V
NestHost: org.glassfish.grizzly.http.LZMAContentEncoding
InnerClasses:
  org.glassfish.grizzly.http.LZMAContentEncoding$1