class com.sun.media.sound.RIFFWriter$RandomAccessByteWriter implements com.sun.media.sound.RIFFWriter$RandomAccessWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.RIFFWriter$RandomAccessByteWriter
  super_class: java.lang.Object
{
  byte[] buff;
    descriptor: [B
    flags: (0x0000) 

  int length;
    descriptor: I
    flags: (0x0000) 

  int pos;
    descriptor: I
    flags: (0x0000) 

  byte[] s;
    descriptor: [B
    flags: (0x0000) 

  final java.io.OutputStream stream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0010) ACC_FINAL

  void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // java.io.OutputStream stream
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            bipush 32
            newarray 8
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
         2: .line 116
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
         3: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
         4: .line 122
            aload 0 /* this */
            aload 1 /* stream */
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.stream:Ljava/io/OutputStream;
         5: .line 123
            return
        end local 1 // java.io.OutputStream stream
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0    6     1  stream  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      stream  

  public void seek(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // long chunksizepointer
         0: .line 127
            aload 0 /* this */
            lload 1 /* chunksizepointer */
            l2i
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
         1: .line 128
            return
        end local 1 // long chunksizepointer
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0    2     1  chunksizepointer  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      chunksizepointer  

  public long getPointer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
         0: .line 132
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
            i2l
            lreturn
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
         0: .line 137
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.stream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 138
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.stream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         2: .line 139
            return
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // int b
         0: .line 143
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.s:[B
            ifnonnull 2
         1: .line 144
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.s:[B
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.s:[B
            iconst_0
            iload 1 /* b */
            i2b
            bastore
         3: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.s:[B
            iconst_0
            iconst_1
            invokevirtual com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.write:([BII)V
         4: .line 147
            return
        end local 1 // int b
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0    5     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 151
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
            iload 3 /* len */
            iadd
            istore 4 /* newsize */
        start local 4 // int newsize
         1: .line 152
            iload 4 /* newsize */
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
            if_icmple 3
         2: .line 153
            aload 0 /* this */
            iload 4 /* newsize */
            i2l
            invokevirtual com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.setLength:(J)V
         3: .line 154
      StackMap locals: int
      StackMap stack:
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 5 /* end */
        start local 5 // int end
         4: .line 155
            iload 2 /* off */
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 156
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            aload 0 /* this */
            dup
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.pos:I
            aload 1 /* b */
            iload 6 /* i */
            baload
            bastore
         7: .line 155
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 6
        end local 6 // int i
         9: .line 158
            return
        end local 5 // int end
        end local 4 // int newsize
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0   10     1        b  [B
            0   10     2      off  I
            0   10     3      len  I
            1   10     4  newsize  I
            4   10     5      end  I
            5    9     6        i  I
    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 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // byte[] bytes
         0: .line 162
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            invokevirtual com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.write:([BII)V
         1: .line 163
            return
        end local 1 // byte[] bytes
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0    2     1  bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
         0: .line 167
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
            i2l
            lreturn
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
    Exceptions:
      throws java.io.IOException

  public void setLength(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
        start local 1 // long i
         0: .line 172
            aload 0 /* this */
            lload 1 /* i */
            l2i
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
         1: .line 173
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            arraylength
            if_icmple 6
         2: .line 174
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            arraylength
            iconst_1
            ishl
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.length:I
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* newlen */
        start local 3 // int newlen
         3: .line 175
            iload 3 /* newlen */
            newarray 8
            astore 4 /* newbuff */
        start local 4 // byte[] newbuff
         4: .line 176
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            iconst_0
            aload 4 /* newbuff */
            iconst_0
            aload 0 /* this */
            getfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 177
            aload 0 /* this */
            aload 4 /* newbuff */
            putfield com.sun.media.sound.RIFFWriter$RandomAccessByteWriter.buff:[B
        end local 4 // byte[] newbuff
        end local 3 // int newlen
         6: .line 179
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long i
        end local 0 // com.sun.media.sound.RIFFWriter$RandomAccessByteWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/media/sound/RIFFWriter$RandomAccessByteWriter;
            0    7     1        i  J
            3    6     3   newlen  I
            4    6     4  newbuff  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "RIFFWriter.java"
NestHost: com.sun.media.sound.RIFFWriter
InnerClasses:
  private RandomAccessByteWriter = com.sun.media.sound.RIFFWriter$RandomAccessByteWriter of com.sun.media.sound.RIFFWriter
  private abstract RandomAccessWriter = com.sun.media.sound.RIFFWriter$RandomAccessWriter of com.sun.media.sound.RIFFWriter