public class java.io.RandomAccessFile implements java.io.DataOutput, java.io.DataInput, java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.io.RandomAccessFile
  super_class: java.lang.Object
{
  private java.io.FileDescriptor fd;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.channels.FileChannel channel;
    descriptor: Ljava/nio/channels/FileChannel;
    flags: (0x0002) ACC_PRIVATE

  private boolean rw;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Object closeLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean closed;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final int O_RDONLY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int O_RDWR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int O_SYNC;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int O_DSYNC;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 1151
            invokestatic java.io.RandomAccessFile.initIDs:()V
         1: .line 1152
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String mode
         0: .line 124
            aload 0 /* this */
            aload 1 /* name */
            ifnull 1
            new java.io.File
            dup
            aload 1 /* name */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aconst_null
      StackMap locals: uninitialized-this java.lang.String java.lang.String
      StackMap stack: uninitialized-this java.io.File
         2: aload 2 /* mode */
            invokespecial java.io.RandomAccessFile.<init>:(Ljava/io/File;Ljava/lang/String;)V
         3: .line 125
            return
        end local 2 // java.lang.String mode
        end local 1 // java.lang.String name
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/RandomAccessFile;
            0    4     1  name  Ljava/lang/String;
            0    4     2  mode  Ljava/lang/String;
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      name  
      mode  

  public void <init>(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.io.File file
        start local 2 // java.lang.String mode
         0: .line 203
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
         2: .line 71
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.io.RandomAccessFile.closeLock:Ljava/lang/Object;
         3: .line 72
            aload 0 /* this */
            iconst_0
            putfield java.io.RandomAccessFile.closed:Z
         4: .line 206
            aload 1 /* file */
            ifnull 5
            aload 1 /* file */
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            goto 6
      StackMap locals: java.io.RandomAccessFile java.io.File java.lang.String
      StackMap stack:
         5: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         6: astore 3 /* name */
        start local 3 // java.lang.String name
         7: .line 207
            iconst_m1
            istore 4 /* imode */
        start local 4 // int imode
         8: .line 208
            aload 2 /* mode */
            ldc "r"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 209
            iconst_1
            istore 4 /* imode */
            goto 19
        10: .line 210
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 2 /* mode */
            ldc "rw"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 19
        11: .line 211
            iconst_2
            istore 4 /* imode */
        12: .line 212
            aload 0 /* this */
            iconst_1
            putfield java.io.RandomAccessFile.rw:Z
        13: .line 213
            aload 2 /* mode */
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmple 19
        14: .line 214
            aload 2 /* mode */
            ldc "rws"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 215
            iload 4 /* imode */
            iconst_4
            ior
            istore 4 /* imode */
            goto 19
        16: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* mode */
            ldc "rwd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 217
            iload 4 /* imode */
            bipush 8
            ior
            istore 4 /* imode */
            goto 19
        18: .line 219
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* imode */
        19: .line 222
      StackMap locals:
      StackMap stack:
            iload 4 /* imode */
            ifge 25
        20: .line 223
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal mode \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* mode */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 224
            ldc "\" must be one of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 225
            ldc "\"r\", \"rw\", \"rws\","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 226
            ldc " or \"rwd\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 223
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 227
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 5 /* security */
        start local 5 // java.lang.SecurityManager security
        26: .line 228
            aload 5 /* security */
            ifnull 30
        27: .line 229
            aload 5 /* security */
            aload 3 /* name */
            invokevirtual java.lang.SecurityManager.checkRead:(Ljava/lang/String;)V
        28: .line 230
            aload 0 /* this */
            getfield java.io.RandomAccessFile.rw:Z
            ifeq 30
        29: .line 231
            aload 5 /* security */
            aload 3 /* name */
            invokevirtual java.lang.SecurityManager.checkWrite:(Ljava/lang/String;)V
        30: .line 234
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 3 /* name */
            ifnonnull 32
        31: .line 235
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
        32: .line 237
      StackMap locals:
      StackMap stack:
            aload 1 /* file */
            invokevirtual java.io.File.isInvalid:()Z
            ifeq 34
        33: .line 238
            new java.io.FileNotFoundException
            dup
            ldc "Invalid file path"
            invokespecial java.io.FileNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        34: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.FileDescriptor
            dup
            invokespecial java.io.FileDescriptor.<init>:()V
            putfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
        35: .line 241
            aload 0 /* this */
            getfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
            aload 0 /* this */
            invokevirtual java.io.FileDescriptor.attach:(Ljava/io/Closeable;)V
        36: .line 242
            aload 0 /* this */
            aload 3 /* name */
            putfield java.io.RandomAccessFile.path:Ljava/lang/String;
        37: .line 243
            aload 0 /* this */
            aload 3 /* name */
            iload 4 /* imode */
            invokevirtual java.io.RandomAccessFile.open:(Ljava/lang/String;I)V
        38: .line 244
            return
        end local 5 // java.lang.SecurityManager security
        end local 4 // int imode
        end local 3 // java.lang.String name
        end local 2 // java.lang.String mode
        end local 1 // java.io.File file
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   39     0      this  Ljava/io/RandomAccessFile;
            0   39     1      file  Ljava/io/File;
            0   39     2      mode  Ljava/lang/String;
            7   39     3      name  Ljava/lang/String;
            8   39     4     imode  I
           26   39     5  security  Ljava/lang/SecurityManager;
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      file  
      mode  

  public final java.io.FileDescriptor getFD();
    descriptor: ()Ljava/io/FileDescriptor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 255
            aload 0 /* this */
            getfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
            ifnull 2
         1: .line 256
            aload 0 /* this */
            getfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
            areturn
         2: .line 258
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            invokespecial java.io.IOException.<init>:()V
            athrow
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  public final java.nio.channels.FileChannel getChannel();
    descriptor: ()Ljava/nio/channels/FileChannel;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 280
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 281
            aload 0 /* this */
            getfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
            ifnonnull 3
         2: .line 282
            aload 0 /* this */
            aload 0 /* this */
            getfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
            aload 0 /* this */
            getfield java.io.RandomAccessFile.path:Ljava/lang/String;
            iconst_1
            aload 0 /* this */
            getfield java.io.RandomAccessFile.rw:Z
            aload 0 /* this */
            invokestatic sun.nio.ch.FileChannelImpl.open:(Ljava/io/FileDescriptor;Ljava/lang/String;ZZLjava/lang/Object;)Ljava/nio/channels/FileChannel;
            putfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
         3: .line 284
      StackMap locals: java.io.RandomAccessFile
      StackMap stack:
            aload 0 /* this */
            getfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
            aload 1
            monitorexit
         4: areturn
         5: .line 280
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/io/RandomAccessFile;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  private native void open0(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      name  
      mode  

  private void open(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.lang.String name
        start local 2 // int mode
         0: .line 316
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* mode */
            invokevirtual java.io.RandomAccessFile.open0:(Ljava/lang/String;I)V
         1: .line 317
            return
        end local 2 // int mode
        end local 1 // java.lang.String name
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1  name  Ljava/lang/String;
            0    2     2  mode  I
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      name  
      mode  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 337
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read0:()I
            ireturn
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  private native int read0();
    descriptor: ()I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  private native int readBytes(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 377
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.readBytes:([BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
            0    1     1     b  [B
            0    1     2   off  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
         0: .line 400
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.io.RandomAccessFile.readBytes:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
            0    1     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public final void readFully(byte[]);
    descriptor: ([B)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
         0: .line 416
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.io.RandomAccessFile.readFully:([BII)V
         1: .line 417
            return
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public final void readFully(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 434
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         1: .line 436
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* n */
            iadd
            iload 3 /* len */
            iload 4 /* n */
            isub
            invokevirtual java.io.RandomAccessFile.read:([BII)I
            istore 5 /* count */
        start local 5 // int count
         2: .line 437
            iload 5 /* count */
            ifge 4
         3: .line 438
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 439
      StackMap locals: int
      StackMap stack:
            iload 4 /* n */
            iload 5 /* count */
            iadd
            istore 4 /* n */
        end local 5 // int count
         5: .line 440
            iload 4 /* n */
            iload 3 /* len */
         6: .line 435
            if_icmplt 1
         7: .line 441
            return
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljava/io/RandomAccessFile;
            0    8     1      b  [B
            0    8     2    off  I
            0    8     3    len  I
            1    8     4      n  I
            2    5     5  count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int skipBytes(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int n
         0: .line 464
            iload 1 /* n */
            ifgt 2
         1: .line 465
            iconst_0
            ireturn
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.getFilePointer:()J
            lstore 2 /* pos */
        start local 2 // long pos
         3: .line 468
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.length:()J
            lstore 4 /* len */
        start local 4 // long len
         4: .line 469
            lload 2 /* pos */
            iload 1 /* n */
            i2l
            ladd
            lstore 6 /* newpos */
        start local 6 // long newpos
         5: .line 470
            lload 6 /* newpos */
            lload 4 /* len */
            lcmp
            ifle 7
         6: .line 471
            lload 4 /* len */
            lstore 6 /* newpos */
         7: .line 473
      StackMap locals: long long long
      StackMap stack:
            aload 0 /* this */
            lload 6 /* newpos */
            invokevirtual java.io.RandomAccessFile.seek:(J)V
         8: .line 476
            lload 6 /* newpos */
            lload 2 /* pos */
            lsub
            l2i
            ireturn
        end local 6 // long newpos
        end local 4 // long len
        end local 2 // long pos
        end local 1 // int n
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljava/io/RandomAccessFile;
            0    9     1       n  I
            3    9     2     pos  J
            4    9     4     len  J
            5    9     6  newpos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int b
         0: .line 489
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual java.io.RandomAccessFile.write0:(I)V
         1: .line 490
            return
        end local 1 // int b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private native void write0(int);
    descriptor: (I)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private native void writeBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
         0: .line 512
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.io.RandomAccessFile.writeBytes:([BII)V
         1: .line 513
            return
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.io.RandomAccessFile this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 525
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.writeBytes:([BII)V
         1: .line 526
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public native long getFilePointer();
    descriptor: ()J
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  public void seek(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // long pos
         0: .line 554
            lload 1 /* pos */
            lconst_0
            lcmp
            ifge 2
         1: .line 555
            new java.io.IOException
            dup
            ldc "Negative seek offset"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* pos */
            invokevirtual java.io.RandomAccessFile.seek0:(J)V
         3: .line 559
            return
        end local 1 // long pos
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/RandomAccessFile;
            0    4     1   pos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pos   

  private native void seek0(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pos   

  public native long length();
    descriptor: ()J
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  public native void setLength(long);
    descriptor: (J)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      newLength  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 607
            aload 0 /* this */
            getfield java.io.RandomAccessFile.closeLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 608
            aload 0 /* this */
            getfield java.io.RandomAccessFile.closed:Z
            ifeq 4
         2: .line 609
            aload 1
            monitorexit
         3: return
         4: .line 611
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.io.RandomAccessFile.closed:Z
         5: .line 607
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
            ifnull 11
        10: .line 614
            aload 0 /* this */
            getfield java.io.RandomAccessFile.channel:Ljava/nio/channels/FileChannel;
            invokevirtual java.nio.channels.FileChannel.close:()V
        11: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.io.RandomAccessFile.fd:Ljava/io/FileDescriptor;
            new java.io.RandomAccessFile$1
            dup
            aload 0 /* this */
            invokespecial java.io.RandomAccessFile$1.<init>:(Ljava/io/RandomAccessFile;)V
            invokevirtual java.io.FileDescriptor.closeAll:(Ljava/io/Closeable;)V
        12: .line 622
            return
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/io/RandomAccessFile;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
    Exceptions:
      throws java.io.IOException

  public final boolean readBoolean();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 642
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 643
            iload 1 /* ch */
            ifge 3
         2: .line 644
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 645
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // int ch
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            1    5     1    ch  I
    Exceptions:
      throws java.io.IOException

  public final byte readByte();
    descriptor: ()B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 667
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 668
            iload 1 /* ch */
            ifge 3
         2: .line 669
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 670
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            i2b
            ireturn
        end local 1 // int ch
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/RandomAccessFile;
            1    4     1    ch  I
    Exceptions:
      throws java.io.IOException

  public final int readUnsignedByte();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 687
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 688
            iload 1 /* ch */
            ifge 3
         2: .line 689
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 690
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/RandomAccessFile;
            1    4     1    ch  I
    Exceptions:
      throws java.io.IOException

  public final short readShort();
    descriptor: ()S
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 714
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 715
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 716
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            ifge 4
         3: .line 717
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 718
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iconst_0
            ishl
            iadd
            i2s
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            1    5     1   ch1  I
            2    5     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public final int readUnsignedShort();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 742
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 743
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 744
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            ifge 4
         3: .line 745
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 746
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iconst_0
            ishl
            iadd
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            1    5     1   ch1  I
            2    5     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public final char readChar();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 770
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 771
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 772
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            ifge 4
         3: .line 773
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 774
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iconst_0
            ishl
            iadd
            i2c
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            1    5     1   ch1  I
            2    5     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public final int readInt();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 798
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 799
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 800
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 3 /* ch3 */
        start local 3 // int ch3
         3: .line 801
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 4 /* ch4 */
        start local 4 // int ch4
         4: .line 802
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            iload 3 /* ch3 */
            ior
            iload 4 /* ch4 */
            ior
            ifge 6
         5: .line 803
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         6: .line 804
      StackMap locals: java.io.RandomAccessFile int int int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 24
            ishl
            iload 2 /* ch2 */
            bipush 16
            ishl
            iadd
            iload 3 /* ch3 */
            bipush 8
            ishl
            iadd
            iload 4 /* ch4 */
            iconst_0
            ishl
            iadd
            ireturn
        end local 4 // int ch4
        end local 3 // int ch3
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/io/RandomAccessFile;
            1    7     1   ch1  I
            2    7     2   ch2  I
            3    7     3   ch3  I
            4    7     4   ch4  I
    Exceptions:
      throws java.io.IOException

  public final long readLong();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 836
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.readInt:()I
            i2l
            bipush 32
            lshl
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.readInt:()I
            i2l
            ldc 4294967295
            land
            ladd
            lreturn
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  public final float readFloat();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 859
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.readInt:()I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  public final double readDouble();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 882
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.readLong:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  public final java.lang.String readLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 910
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* input */
        start local 1 // java.lang.StringBuffer input
         1: .line 911
            iconst_m1
            istore 2 /* c */
        start local 2 // int c
         2: .line 912
            iconst_0
            istore 3 /* eol */
        start local 3 // boolean eol
         3: .line 914
            goto 13
         4: .line 915
      StackMap locals: java.lang.StringBuffer int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            dup
            istore 2 /* c */
            lookupswitch { // 3
                   -1: 5
                   10: 5
                   13: 7
              default: 12
          }
         5: .line 918
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* eol */
         6: .line 919
            goto 13
         7: .line 921
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* eol */
         8: .line 922
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.getFilePointer:()J
            lstore 4 /* cur */
        start local 4 // long cur
         9: .line 923
            aload 0 /* this */
            invokevirtual java.io.RandomAccessFile.read:()I
            bipush 10
            if_icmpeq 13
        10: .line 924
            aload 0 /* this */
            lload 4 /* cur */
            invokevirtual java.io.RandomAccessFile.seek:(J)V
        11: .line 926
            goto 13
        end local 4 // long cur
        12: .line 928
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 2 /* c */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        13: .line 914
      StackMap locals:
      StackMap stack:
            iload 3 /* eol */
            ifeq 4
        14: .line 933
            iload 2 /* c */
            iconst_m1
            if_icmpne 16
            aload 1 /* input */
            invokevirtual java.lang.StringBuffer.length:()I
            ifne 16
        15: .line 934
            aconst_null
            areturn
        16: .line 936
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // boolean eol
        end local 2 // int c
        end local 1 // java.lang.StringBuffer input
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Ljava/io/RandomAccessFile;
            1   17     1  input  Ljava/lang/StringBuffer;
            2   17     2      c  I
            3   17     3    eol  Z
            9   12     4    cur  J
    Exceptions:
      throws java.io.IOException

  public final java.lang.String readUTF();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.RandomAccessFile this
         0: .line 965
            aload 0 /* this */
            invokestatic java.io.DataInputStream.readUTF:(Ljava/io/DataInput;)Ljava/lang/String;
            areturn
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException

  public final void writeBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // boolean v
         0: .line 979
            aload 0 /* this */
            iload 1 /* v */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: java.io.RandomAccessFile
         1: iconst_0
      StackMap locals: java.io.RandomAccessFile int
      StackMap stack: java.io.RandomAccessFile int
         2: invokevirtual java.io.RandomAccessFile.write:(I)V
         3: .line 981
            return
        end local 1 // boolean v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/io/RandomAccessFile;
            0    4     1     v  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeByte(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int v
         0: .line 991
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 993
            return
        end local 1 // int v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeShort(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int v
         0: .line 1003
            aload 0 /* this */
            iload 1 /* v */
            bipush 8
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 1004
            aload 0 /* this */
            iload 1 /* v */
            iconst_0
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         2: .line 1006
            return
        end local 1 // int v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/RandomAccessFile;
            0    3     1     v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeChar(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int v
         0: .line 1017
            aload 0 /* this */
            iload 1 /* v */
            bipush 8
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 1018
            aload 0 /* this */
            iload 1 /* v */
            iconst_0
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         2: .line 1020
            return
        end local 1 // int v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/RandomAccessFile;
            0    3     1     v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeInt(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // int v
         0: .line 1030
            aload 0 /* this */
            iload 1 /* v */
            bipush 24
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 1031
            aload 0 /* this */
            iload 1 /* v */
            bipush 16
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         2: .line 1032
            aload 0 /* this */
            iload 1 /* v */
            bipush 8
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         3: .line 1033
            aload 0 /* this */
            iload 1 /* v */
            iconst_0
            iushr
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         4: .line 1035
            return
        end local 1 // int v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            0    5     1     v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeLong(long);
    descriptor: (J)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // long v
         0: .line 1045
            aload 0 /* this */
            lload 1 /* v */
            bipush 56
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 1046
            aload 0 /* this */
            lload 1 /* v */
            bipush 48
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         2: .line 1047
            aload 0 /* this */
            lload 1 /* v */
            bipush 40
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         3: .line 1048
            aload 0 /* this */
            lload 1 /* v */
            bipush 32
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         4: .line 1049
            aload 0 /* this */
            lload 1 /* v */
            bipush 24
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         5: .line 1050
            aload 0 /* this */
            lload 1 /* v */
            bipush 16
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         6: .line 1051
            aload 0 /* this */
            lload 1 /* v */
            bipush 8
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         7: .line 1052
            aload 0 /* this */
            lload 1 /* v */
            iconst_0
            lushr
            l2i
            sipush 255
            iand
            invokevirtual java.io.RandomAccessFile.write:(I)V
         8: .line 1054
            return
        end local 1 // long v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/io/RandomAccessFile;
            0    9     1     v  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeFloat(float);
    descriptor: (F)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // float v
         0: .line 1068
            aload 0 /* this */
            fload 1 /* v */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            invokevirtual java.io.RandomAccessFile.writeInt:(I)V
         1: .line 1069
            return
        end local 1 // float v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     v  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeDouble(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // double v
         0: .line 1083
            aload 0 /* this */
            dload 1 /* v */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            invokevirtual java.io.RandomAccessFile.writeLong:(J)V
         1: .line 1084
            return
        end local 1 // double v
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1     v  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public final void writeBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.lang.String s
         0: .line 1097
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 1098
            iload 2 /* len */
            newarray 8
            astore 3 /* b */
        start local 3 // byte[] b
         2: .line 1099
            aload 1 /* s */
            iconst_0
            iload 2 /* len */
            aload 3 /* b */
            iconst_0
            invokevirtual java.lang.String.getBytes:(II[BI)V
         3: .line 1100
            aload 0 /* this */
            aload 3 /* b */
            iconst_0
            iload 2 /* len */
            invokevirtual java.io.RandomAccessFile.writeBytes:([BII)V
         4: .line 1101
            return
        end local 3 // byte[] b
        end local 2 // int len
        end local 1 // java.lang.String s
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/RandomAccessFile;
            0    5     1     s  Ljava/lang/String;
            1    5     2   len  I
            2    5     3     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public final void writeChars(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.lang.String s
         0: .line 1114
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* clen */
        start local 2 // int clen
         1: .line 1115
            iconst_2
            iload 2 /* clen */
            imul
            istore 3 /* blen */
        start local 3 // int blen
         2: .line 1116
            iload 3 /* blen */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
         3: .line 1117
            iload 2 /* clen */
            newarray 5
            astore 5 /* c */
        start local 5 // char[] c
         4: .line 1118
            aload 1 /* s */
            iconst_0
            iload 2 /* clen */
            aload 5 /* c */
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         5: .line 1119
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: iconst_0
            istore 7 /* j */
        start local 7 // int j
         7: goto 11
         8: .line 1120
      StackMap locals: java.io.RandomAccessFile java.lang.String int int byte[] char[] int int
      StackMap stack:
            aload 4 /* b */
            iload 7 /* j */
            iinc 7 /* j */ 1
            aload 5 /* c */
            iload 6 /* i */
            caload
            bipush 8
            iushr
            i2b
            bastore
         9: .line 1121
            aload 4 /* b */
            iload 7 /* j */
            iinc 7 /* j */ 1
            aload 5 /* c */
            iload 6 /* i */
            caload
            iconst_0
            iushr
            i2b
            bastore
        10: .line 1119
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 2 /* clen */
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        12: .line 1123
            aload 0 /* this */
            aload 4 /* b */
            iconst_0
            iload 3 /* blen */
            invokevirtual java.io.RandomAccessFile.writeBytes:([BII)V
        13: .line 1124
            return
        end local 5 // char[] c
        end local 4 // byte[] b
        end local 3 // int blen
        end local 2 // int clen
        end local 1 // java.lang.String s
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljava/io/RandomAccessFile;
            0   14     1     s  Ljava/lang/String;
            1   14     2  clen  I
            2   14     3  blen  I
            3   14     4     b  [B
            4   14     5     c  [C
            6   12     6     i  I
            7   12     7     j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public final void writeUTF(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.RandomAccessFile this
        start local 1 // java.lang.String str
         0: .line 1143
            aload 1 /* str */
            aload 0 /* this */
            invokestatic java.io.DataOutputStream.writeUTF:(Ljava/lang/String;Ljava/io/DataOutput;)I
            pop
         1: .line 1144
            return
        end local 1 // java.lang.String str
        end local 0 // java.io.RandomAccessFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/RandomAccessFile;
            0    2     1   str  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private native void close0();
    descriptor: ()V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
}
SourceFile: "RandomAccessFile.java"
NestMembers:
  java.io.RandomAccessFile$1
InnerClasses:
  java.io.RandomAccessFile$1