public class org.apache.lucene.store.IOContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.store.IOContext
  super_class: java.lang.Object
{
  public final org.apache.lucene.store.IOContext$Context context;
    descriptor: Lorg/apache/lucene/store/IOContext$Context;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.apache.lucene.store.MergeInfo mergeInfo;
    descriptor: Lorg/apache/lucene/store/MergeInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.apache.lucene.store.FlushInfo flushInfo;
    descriptor: Lorg/apache/lucene/store/FlushInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean readOnce;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public static final org.apache.lucene.store.IOContext DEFAULT;
    descriptor: Lorg/apache/lucene/store/IOContext;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.lucene.store.IOContext READONCE;
    descriptor: Lorg/apache/lucene/store/IOContext;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.lucene.store.IOContext READ;
    descriptor: Lorg/apache/lucene/store/IOContext;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 26
            ldc Lorg/apache/lucene/store/IOContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.store.IOContext.$assertionsDisabled:Z
         3: .line 47
            new org.apache.lucene.store.IOContext
            dup
            getstatic org.apache.lucene.store.IOContext$Context.DEFAULT:Lorg/apache/lucene/store/IOContext$Context;
            invokespecial org.apache.lucene.store.IOContext.<init>:(Lorg/apache/lucene/store/IOContext$Context;)V
            putstatic org.apache.lucene.store.IOContext.DEFAULT:Lorg/apache/lucene/store/IOContext;
         4: .line 49
            new org.apache.lucene.store.IOContext
            dup
            iconst_1
            invokespecial org.apache.lucene.store.IOContext.<init>:(Z)V
            putstatic org.apache.lucene.store.IOContext.READONCE:Lorg/apache/lucene/store/IOContext;
         5: .line 51
            new org.apache.lucene.store.IOContext
            dup
            iconst_0
            invokespecial org.apache.lucene.store.IOContext.<init>:(Z)V
            putstatic org.apache.lucene.store.IOContext.READ:Lorg/apache/lucene/store/IOContext;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.IOContext this
         0: .line 54
            aload 0 /* this */
            iconst_0
            invokespecial org.apache.lucene.store.IOContext.<init>:(Z)V
         1: .line 55
            return
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/store/IOContext;

  public void <init>(org.apache.lucene.store.FlushInfo);
    descriptor: (Lorg/apache/lucene/store/FlushInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // org.apache.lucene.store.FlushInfo flushInfo
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            getstatic org.apache.lucene.store.IOContext.$assertionsDisabled:Z
            ifne 2
            aload 1 /* flushInfo */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 59
      StackMap locals: org.apache.lucene.store.IOContext org.apache.lucene.store.FlushInfo
      StackMap stack:
            aload 0 /* this */
            getstatic org.apache.lucene.store.IOContext$Context.FLUSH:Lorg/apache/lucene/store/IOContext$Context;
            putfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
         3: .line 60
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
         4: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.store.IOContext.readOnce:Z
         5: .line 62
            aload 0 /* this */
            aload 1 /* flushInfo */
            putfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
         6: .line 63
            return
        end local 1 // org.apache.lucene.store.FlushInfo flushInfo
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/lucene/store/IOContext;
            0    7     1  flushInfo  Lorg/apache/lucene/store/FlushInfo;
    MethodParameters:
           Name  Flags
      flushInfo  

  public void <init>(org.apache.lucene.store.IOContext$Context);
    descriptor: (Lorg/apache/lucene/store/IOContext$Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // org.apache.lucene.store.IOContext$Context context
         0: .line 66
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial org.apache.lucene.store.IOContext.<init>:(Lorg/apache/lucene/store/IOContext$Context;Lorg/apache/lucene/store/MergeInfo;)V
         1: .line 67
            return
        end local 1 // org.apache.lucene.store.IOContext$Context context
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/store/IOContext;
            0    2     1  context  Lorg/apache/lucene/store/IOContext$Context;
    MethodParameters:
         Name  Flags
      context  

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // boolean readOnce
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            getstatic org.apache.lucene.store.IOContext$Context.READ:Lorg/apache/lucene/store/IOContext$Context;
            putfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
         2: .line 71
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
         3: .line 72
            aload 0 /* this */
            iload 1 /* readOnce */
            putfield org.apache.lucene.store.IOContext.readOnce:Z
         4: .line 73
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
         5: .line 74
            return
        end local 1 // boolean readOnce
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/store/IOContext;
            0    6     1  readOnce  Z
    MethodParameters:
          Name  Flags
      readOnce  

  public void <init>(org.apache.lucene.store.MergeInfo);
    descriptor: (Lorg/apache/lucene/store/MergeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // org.apache.lucene.store.MergeInfo mergeInfo
         0: .line 77
            aload 0 /* this */
            getstatic org.apache.lucene.store.IOContext$Context.MERGE:Lorg/apache/lucene/store/IOContext$Context;
            aload 1 /* mergeInfo */
            invokespecial org.apache.lucene.store.IOContext.<init>:(Lorg/apache/lucene/store/IOContext$Context;Lorg/apache/lucene/store/MergeInfo;)V
         1: .line 78
            return
        end local 1 // org.apache.lucene.store.MergeInfo mergeInfo
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/store/IOContext;
            0    2     1  mergeInfo  Lorg/apache/lucene/store/MergeInfo;
    MethodParameters:
           Name  Flags
      mergeInfo  

  private void <init>(org.apache.lucene.store.IOContext$Context, org.apache.lucene.store.MergeInfo);
    descriptor: (Lorg/apache/lucene/store/IOContext$Context;Lorg/apache/lucene/store/MergeInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // org.apache.lucene.store.IOContext$Context context
        start local 2 // org.apache.lucene.store.MergeInfo mergeInfo
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            getstatic org.apache.lucene.store.IOContext.$assertionsDisabled:Z
            ifne 2
            aload 1 /* context */
            getstatic org.apache.lucene.store.IOContext$Context.MERGE:Lorg/apache/lucene/store/IOContext$Context;
            if_acmpne 2
            aload 2 /* mergeInfo */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "MergeInfo must not be null if context is MERGE"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 82
      StackMap locals: org.apache.lucene.store.IOContext org.apache.lucene.store.IOContext$Context org.apache.lucene.store.MergeInfo
      StackMap stack:
            getstatic org.apache.lucene.store.IOContext.$assertionsDisabled:Z
            ifne 3
            aload 1 /* context */
            getstatic org.apache.lucene.store.IOContext$Context.FLUSH:Lorg/apache/lucene/store/IOContext$Context;
            if_acmpne 3
            new java.lang.AssertionError
            dup
            ldc "Use IOContext(FlushInfo) to create a FLUSH IOContext"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            putfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
         4: .line 84
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.store.IOContext.readOnce:Z
         5: .line 85
            aload 0 /* this */
            aload 2 /* mergeInfo */
            putfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
         6: .line 86
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
         7: .line 87
            return
        end local 2 // org.apache.lucene.store.MergeInfo mergeInfo
        end local 1 // org.apache.lucene.store.IOContext$Context context
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/apache/lucene/store/IOContext;
            0    8     1    context  Lorg/apache/lucene/store/IOContext$Context;
            0    8     2  mergeInfo  Lorg/apache/lucene/store/MergeInfo;
    MethodParameters:
           Name  Flags
      context    
      mergeInfo  

  public void <init>(org.apache.lucene.store.IOContext, boolean);
    descriptor: (Lorg/apache/lucene/store/IOContext;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // org.apache.lucene.store.IOContext ctxt
        start local 2 // boolean readOnce
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 95
            aload 0 /* this */
            aload 1 /* ctxt */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            putfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
         2: .line 96
            aload 0 /* this */
            aload 1 /* ctxt */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            putfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
         3: .line 97
            aload 0 /* this */
            aload 1 /* ctxt */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            putfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
         4: .line 98
            aload 0 /* this */
            iload 2 /* readOnce */
            putfield org.apache.lucene.store.IOContext.readOnce:Z
         5: .line 99
            return
        end local 2 // boolean readOnce
        end local 1 // org.apache.lucene.store.IOContext ctxt
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/store/IOContext;
            0    6     1      ctxt  Lorg/apache/lucene/store/IOContext;
            0    6     2  readOnce  Z
    MethodParameters:
          Name  Flags
      ctxt      
      readOnce  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.store.IOContext this
         0: .line 104
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 105
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.apache.lucene.store.IOContext int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            invokevirtual org.apache.lucene.store.IOContext$Context.hashCode:()I
      StackMap locals: org.apache.lucene.store.IOContext int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 106
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            invokevirtual org.apache.lucene.store.FlushInfo.hashCode:()I
      StackMap locals: org.apache.lucene.store.IOContext int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 107
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            invokevirtual org.apache.lucene.store.MergeInfo.hashCode:()I
      StackMap locals: org.apache.lucene.store.IOContext int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 108
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.readOnce:Z
            ifeq 11
            sipush 1231
            goto 12
      StackMap locals:
      StackMap stack: int
        11: sipush 1237
      StackMap locals: org.apache.lucene.store.IOContext int
      StackMap stack: int int
        12: iadd
            istore 1 /* result */
        13: .line 109
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/apache/lucene/store/IOContext;
            1   14     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.store.IOContext this
        start local 1 // java.lang.Object obj
         0: .line 114
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 115
            iconst_1
            ireturn
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 117
            iconst_0
            ireturn
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 119
            iconst_0
            ireturn
         6: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.store.IOContext
            astore 2 /* other */
        start local 2 // org.apache.lucene.store.IOContext other
         7: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            if_acmpeq 9
         8: .line 122
            iconst_0
            ireturn
         9: .line 123
      StackMap locals: org.apache.lucene.store.IOContext
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            ifnonnull 12
        10: .line 124
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            ifnull 14
        11: .line 125
            iconst_0
            ireturn
        12: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            invokevirtual org.apache.lucene.store.FlushInfo.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 127
            iconst_0
            ireturn
        14: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            ifnonnull 17
        15: .line 129
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            ifnull 19
        16: .line 130
            iconst_0
            ireturn
        17: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            invokevirtual org.apache.lucene.store.MergeInfo.equals:(Ljava/lang/Object;)Z
            ifne 19
        18: .line 132
            iconst_0
            ireturn
        19: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.readOnce:Z
            aload 2 /* other */
            getfield org.apache.lucene.store.IOContext.readOnce:Z
            if_icmpeq 21
        20: .line 134
            iconst_0
            ireturn
        21: .line 135
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.store.IOContext other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lorg/apache/lucene/store/IOContext;
            0   22     1    obj  Ljava/lang/Object;
            7   22     2  other  Lorg/apache/lucene/store/IOContext;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.IOContext this
         0: .line 140
            new java.lang.StringBuilder
            dup
            ldc "IOContext [context="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.context:Lorg/apache/lucene/store/IOContext$Context;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", mergeInfo="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.mergeInfo:Lorg/apache/lucene/store/MergeInfo;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         1: .line 141
            ldc ", flushInfo="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.flushInfo:Lorg/apache/lucene/store/FlushInfo;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", readOnce="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.store.IOContext.readOnce:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 140
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.store.IOContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/store/IOContext;
}
SourceFile: "IOContext.java"
NestMembers:
  org.apache.lucene.store.IOContext$Context
InnerClasses:
  public final Context = org.apache.lucene.store.IOContext$Context of org.apache.lucene.store.IOContext