public final class com.sun.media.sound.WaveFileReader extends com.sun.media.sound.SunFileReader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.WaveFileReader
  super_class: com.sun.media.sound.SunFileReader
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.WaveFileReader this
         0: .line 45
            aload 0 /* this */
            invokespecial com.sun.media.sound.SunFileReader.<init>:()V
            return
        end local 0 // com.sun.media.sound.WaveFileReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/WaveFileReader;

  com.sun.media.sound.StandardFileFormat getAudioFileFormatImpl(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/sun/media/sound/StandardFileFormat;
    flags: (0x0000) 
    Code:
      stack=9, locals=25, args_size=2
        start local 0 // com.sun.media.sound.WaveFileReader this
        start local 1 // java.io.InputStream stream
         0: .line 53
            iconst_0
            istore 2 /* nread */
        start local 2 // int nread
         1: .line 55
            iconst_0
            istore 4 /* length */
        start local 4 // int length
         2: .line 56
            iconst_0
            istore 5 /* wav_type */
        start local 5 // int wav_type
         3: .line 62
            aconst_null
            astore 10 /* encoding */
        start local 10 // javax.sound.sampled.AudioFormat$Encoding encoding
         4: .line 64
            new java.io.DataInputStream
            dup
            aload 1 /* stream */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 11 /* dis */
        start local 11 // java.io.DataInputStream dis
         5: .line 66
            aload 11 /* dis */
            invokevirtual java.io.DataInputStream.readInt:()I
            istore 12 /* magic */
        start local 12 // int magic
         6: .line 67
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            i2l
            ldc 4294967295
            land
            lstore 13 /* fileLength */
        start local 13 // long fileLength
         7: .line 68
            aload 11 /* dis */
            invokevirtual java.io.DataInputStream.readInt:()I
            istore 15 /* waveMagic */
        start local 15 // int waveMagic
         8: .line 70
            lload 13 /* fileLength */
            lconst_0
            lcmp
            ifgt 12
         9: .line 71
            ldc -1
            lstore 13 /* fileLength */
        10: .line 72
            ldc -1
            lstore 16 /* totallength */
        start local 16 // long totallength
        11: .line 73
            goto 13
        end local 16 // long totallength
        12: .line 74
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int top int int top top top top javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int
      StackMap stack:
            lload 13 /* fileLength */
            ldc 8
            ladd
            lstore 16 /* totallength */
        start local 16 // long totallength
        13: .line 77
      StackMap locals: long
      StackMap stack:
            iload 12 /* magic */
            ldc 1380533830
            if_icmpne 14
            iload 15 /* waveMagic */
            ldc 1463899717
            if_icmpeq 15
        14: .line 79
      StackMap locals:
      StackMap stack:
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "not a WAVE file"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 87
      StackMap locals:
      StackMap stack:
            aload 11 /* dis */
            invokevirtual java.io.DataInputStream.readInt:()I
            istore 3 /* fmt */
        start local 3 // int fmt
        16: .line 88
            iinc 2 /* nread */ 4
        17: .line 89
            iload 3 /* fmt */
            ldc 1718449184
            if_icmpne 19
        18: .line 91
            goto 26
        19: .line 94
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int int int int top top top top javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            istore 4 /* length */
        20: .line 95
            iinc 2 /* nread */ 4
        21: .line 96
            iload 4 /* length */
            iconst_2
            irem
            ifle 22
            iinc 4 /* length */ 1
        22: .line 97
      StackMap locals:
      StackMap stack:
            iload 2 /* nread */
            aload 11 /* dis */
            iload 4 /* length */
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            iadd
            istore 2 /* nread */
        23: .line 99
            goto 15
        end local 3 // int fmt
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int top int int top top top top javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long
      StackMap stack: java.io.EOFException
        24: pop
        25: .line 101
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "Not a valid WAV file"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // int fmt
        26: .line 106
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int int int int top top top top javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            istore 4 /* length */
        27: .line 107
            iinc 2 /* nread */ 4
        28: .line 110
            iload 2 /* nread */
            iload 4 /* length */
            iadd
            istore 18 /* endLength */
        start local 18 // int endLength
        29: .line 115
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rlshort:(Ljava/io/DataInputStream;)S
            istore 5 /* wav_type */
            iinc 2 /* nread */ 2
        30: .line 117
            iload 5 /* wav_type */
            iconst_1
            if_icmpne 32
        31: .line 118
            getstatic javax.sound.sampled.AudioFormat$Encoding.PCM_SIGNED:Ljavax/sound/sampled/AudioFormat$Encoding;
            astore 10 /* encoding */
            goto 37
        32: .line 119
      StackMap locals: int
      StackMap stack:
            iload 5 /* wav_type */
            bipush 6
            if_icmpne 34
        33: .line 120
            getstatic javax.sound.sampled.AudioFormat$Encoding.ALAW:Ljavax/sound/sampled/AudioFormat$Encoding;
            astore 10 /* encoding */
            goto 37
        34: .line 121
      StackMap locals:
      StackMap stack:
            iload 5 /* wav_type */
            bipush 7
            if_icmpne 36
        35: .line 122
            getstatic javax.sound.sampled.AudioFormat$Encoding.ULAW:Ljavax/sound/sampled/AudioFormat$Encoding;
            astore 10 /* encoding */
            goto 37
        36: .line 125
      StackMap locals:
      StackMap stack:
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "Not a supported WAV file"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rlshort:(Ljava/io/DataInputStream;)S
            istore 6 /* channels */
        start local 6 // short channels
        38: iinc 2 /* nread */ 2
        39: .line 129
            iload 6 /* channels */
            ifgt 41
        40: .line 130
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "Invalid number of channels"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 134
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int int int int int top top top javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long int
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            i2l
            lstore 7 /* sampleRate */
        start local 7 // long sampleRate
        42: iinc 2 /* nread */ 4
        43: .line 137
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            i2l
            pop2
            iinc 2 /* nread */ 4
        44: .line 140
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rlshort:(Ljava/io/DataInputStream;)S
            pop
            iinc 2 /* nread */ 2
        45: .line 143
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rlshort:(Ljava/io/DataInputStream;)S
            istore 9 /* sampleSizeInBits */
        start local 9 // int sampleSizeInBits
        46: iinc 2 /* nread */ 2
        47: .line 144
            iload 9 /* sampleSizeInBits */
            ifgt 49
        48: .line 145
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "Invalid bitsPerSample"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        49: .line 149
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int int int int int long int javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long int
      StackMap stack:
            iload 9 /* sampleSizeInBits */
            bipush 8
            if_icmpne 51
            aload 10 /* encoding */
            getstatic javax.sound.sampled.AudioFormat$Encoding.PCM_SIGNED:Ljavax/sound/sampled/AudioFormat$Encoding;
            invokevirtual javax.sound.sampled.AudioFormat$Encoding.equals:(Ljava/lang/Object;)Z
            ifeq 51
        50: .line 150
            getstatic javax.sound.sampled.AudioFormat$Encoding.PCM_UNSIGNED:Ljavax/sound/sampled/AudioFormat$Encoding;
            astore 10 /* encoding */
        51: .line 159
      StackMap locals:
      StackMap stack:
            iload 4 /* length */
            iconst_2
            irem
            ifeq 52
            iinc 4 /* length */ 1
        52: .line 163
      StackMap locals:
      StackMap stack:
            iload 18 /* endLength */
            iload 2 /* nread */
            if_icmple 54
        53: .line 164
            iload 2 /* nread */
            aload 11 /* dis */
            iload 18 /* endLength */
            iload 2 /* nread */
            isub
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            iadd
            istore 2 /* nread */
        54: .line 169
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* nread */
        55: .line 172
      StackMap locals:
      StackMap stack:
            aload 11 /* dis */
            invokevirtual java.io.DataInputStream.readInt:()I
            istore 19 /* datahdr */
        start local 19 // int datahdr
        56: .line 173
            iinc 2 /* nread */ 4
        57: .line 174
            iload 19 /* datahdr */
            ldc 1684108385
            if_icmpne 59
        58: .line 176
            goto 66
        59: .line 179
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            istore 20 /* thisLength */
        start local 20 // int thisLength
        60: iinc 2 /* nread */ 4
        61: .line 180
            iload 20 /* thisLength */
            iconst_2
            irem
            ifle 62
            iinc 20 /* thisLength */ 1
        62: .line 181
      StackMap locals: int
      StackMap stack:
            iload 2 /* nread */
            aload 11 /* dis */
            iload 20 /* thisLength */
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            iadd
            istore 2 /* nread */
        end local 20 // int thisLength
        end local 19 // int datahdr
        63: .line 183
            goto 55
      StackMap locals: com.sun.media.sound.WaveFileReader java.io.InputStream int int int int int long int javax.sound.sampled.AudioFormat$Encoding java.io.DataInputStream int long int long int
      StackMap stack: java.io.EOFException
        64: pop
        65: .line 185
            new javax.sound.sampled.UnsupportedAudioFileException
            dup
            ldc "Not a valid WAV file"
            invokespecial javax.sound.sampled.UnsupportedAudioFileException.<init>:(Ljava/lang/String;)V
            athrow
        66: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 11 /* dis */
            invokevirtual com.sun.media.sound.WaveFileReader.rllong:(Ljava/io/DataInputStream;)I
            i2l
            ldc 4294967295
            land
            lstore 19 /* dataLength */
        start local 19 // long dataLength
        67: iinc 2 /* nread */ 4
        68: .line 192
            iload 9 /* sampleSizeInBits */
            iload 6 /* channels */
            invokestatic com.sun.media.sound.WaveFileReader.calculatePCMFrameSize:(II)I
            istore 21 /* frameSize */
        start local 21 // int frameSize
        69: .line 193
            new javax.sound.sampled.AudioFormat
            dup
            aload 10 /* encoding */
        70: .line 194
            lload 7 /* sampleRate */
            l2f
        71: .line 195
            iload 9 /* sampleSizeInBits */
            iload 6 /* channels */
        72: .line 196
            iload 21 /* frameSize */
        73: .line 197
            lload 7 /* sampleRate */
            l2f
            iconst_0
        74: .line 193
            invokespecial javax.sound.sampled.AudioFormat.<init>:(Ljavax/sound/sampled/AudioFormat$Encoding;FIIIFZ)V
            astore 22 /* format */
        start local 22 // javax.sound.sampled.AudioFormat format
        75: .line 199
            lload 19 /* dataLength */
            aload 22 /* format */
            invokevirtual javax.sound.sampled.AudioFormat.getFrameSize:()I
            i2l
            ldiv
            lstore 23 /* frameLength */
        start local 23 // long frameLength
        76: .line 200
            new com.sun.media.sound.WaveFileFormat
            dup
            getstatic javax.sound.sampled.AudioFileFormat$Type.WAVE:Ljavax/sound/sampled/AudioFileFormat$Type;
            lload 16 /* totallength */
        77: .line 201
            aload 22 /* format */
            lload 23 /* frameLength */
        78: .line 200
            invokespecial com.sun.media.sound.WaveFileFormat.<init>:(Ljavax/sound/sampled/AudioFileFormat$Type;JLjavax/sound/sampled/AudioFormat;J)V
            areturn
        end local 23 // long frameLength
        end local 22 // javax.sound.sampled.AudioFormat format
        end local 21 // int frameSize
        end local 19 // long dataLength
        end local 18 // int endLength
        end local 16 // long totallength
        end local 15 // int waveMagic
        end local 13 // long fileLength
        end local 12 // int magic
        end local 11 // java.io.DataInputStream dis
        end local 10 // javax.sound.sampled.AudioFormat$Encoding encoding
        end local 9 // int sampleSizeInBits
        end local 7 // long sampleRate
        end local 6 // short channels
        end local 5 // int wav_type
        end local 4 // int length
        end local 3 // int fmt
        end local 2 // int nread
        end local 1 // java.io.InputStream stream
        end local 0 // com.sun.media.sound.WaveFileReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   79     0              this  Lcom/sun/media/sound/WaveFileReader;
            0   79     1            stream  Ljava/io/InputStream;
            1   79     2             nread  I
           16   24     3               fmt  I
           26   79     3               fmt  I
            2   79     4            length  I
            3   79     5          wav_type  I
           38   79     6          channels  S
           42   79     7        sampleRate  J
           46   79     9  sampleSizeInBits  I
            4   79    10          encoding  Ljavax/sound/sampled/AudioFormat$Encoding;
            5   79    11               dis  Ljava/io/DataInputStream;
            6   79    12             magic  I
            7   79    13        fileLength  J
            8   79    15         waveMagic  I
           11   12    16       totallength  J
           13   79    16       totallength  J
           29   79    18         endLength  I
           56   63    19           datahdr  I
           60   63    20        thisLength  I
           67   79    19        dataLength  J
           69   79    21         frameSize  I
           75   79    22            format  Ljavax/sound/sampled/AudioFormat;
           76   79    23       frameLength  J
      Exception table:
        from    to  target  type
          15    18      24  Class java.io.EOFException
          19    23      24  Class java.io.EOFException
          55    58      64  Class java.io.EOFException
          59    63      64  Class java.io.EOFException
    Exceptions:
      throws javax.sound.sampled.UnsupportedAudioFileException, java.io.IOException
    MethodParameters:
        Name  Flags
      stream  final

  public javax.sound.sampled.AudioInputStream getAudioInputStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljavax/sound/sampled/AudioInputStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.sun.media.sound.SunFileReader.getAudioInputStream:(Ljava/io/InputStream;)Ljavax/sound/sampled/AudioInputStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws javax.sound.sampled.UnsupportedAudioFileException, java.io.IOException
}
SourceFile: "WaveFileReader.java"
InnerClasses:
  public Type = javax.sound.sampled.AudioFileFormat$Type of javax.sound.sampled.AudioFileFormat
  public Encoding = javax.sound.sampled.AudioFormat$Encoding of javax.sound.sampled.AudioFormat