final class com.sun.media.sound.AlawCodec$AlawCodecStream extends javax.sound.sampled.AudioInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.AlawCodec$AlawCodecStream
  super_class: javax.sound.sampled.AudioInputStream
{
  private static final int tempBufferSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private byte[] tempBuffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  boolean encode;
    descriptor: Z
    flags: (0x0000) 

  javax.sound.sampled.AudioFormat encodeFormat;
    descriptor: Ljavax/sound/sampled/AudioFormat;
    flags: (0x0000) 

  javax.sound.sampled.AudioFormat decodeFormat;
    descriptor: Ljavax/sound/sampled/AudioFormat;
    flags: (0x0000) 

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

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

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

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

  final com.sun.media.sound.AlawCodec this$0;
    descriptor: Lcom/sun/media/sound/AlawCodec;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.media.sound.AlawCodec, javax.sound.sampled.AudioInputStream, javax.sound.sampled.AudioFormat);
    descriptor: (Lcom/sun/media/sound/AlawCodec;Ljavax/sound/sampled/AudioInputStream;Ljavax/sound/sampled/AudioFormat;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
        start local 2 // javax.sound.sampled.AudioInputStream stream
        start local 3 // javax.sound.sampled.AudioFormat outputFormat
         0: .line 264
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.this$0:Lcom/sun/media/sound/AlawCodec;
         1: .line 266
            aload 0 /* this */
            aload 2 /* stream */
            aload 3 /* outputFormat */
            ldc -1
            invokespecial javax.sound.sampled.AudioInputStream.<init>:(Ljava/io/InputStream;Ljavax/sound/sampled/AudioFormat;J)V
         2: .line 249
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tempBuffer:[B
         3: .line 254
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.encode:Z
         4: .line 259
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte1:[B
         5: .line 260
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte2:[B
         6: .line 261
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.highByte:I
         7: .line 262
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.lowByte:I
         8: .line 268
            aload 2 /* stream */
            invokevirtual javax.sound.sampled.AudioInputStream.getFormat:()Ljavax/sound/sampled/AudioFormat;
            astore 4 /* inputFormat */
        start local 4 // javax.sound.sampled.AudioFormat inputFormat
         9: .line 271
            aload 1
            aload 3 /* outputFormat */
            aload 4 /* inputFormat */
            invokevirtual com.sun.media.sound.AlawCodec.isConversionSupported:(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioFormat;)Z
            ifne 11
        10: .line 273
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported conversion: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* outputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 280
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream com.sun.media.sound.AlawCodec javax.sound.sampled.AudioInputStream javax.sound.sampled.AudioFormat javax.sound.sampled.AudioFormat
      StackMap stack:
            getstatic javax.sound.sampled.AudioFormat$Encoding.ALAW:Ljavax/sound/sampled/AudioFormat$Encoding;
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.getEncoding:()Ljavax/sound/sampled/AudioFormat$Encoding;
            invokevirtual javax.sound.sampled.AudioFormat$Encoding.equals:(Ljava/lang/Object;)Z
            ifeq 17
        12: .line 281
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.encode:Z
        13: .line 282
            aload 0 /* this */
            aload 4 /* inputFormat */
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.encodeFormat:Ljavax/sound/sampled/AudioFormat;
        14: .line 283
            aload 0 /* this */
            aload 3 /* outputFormat */
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.decodeFormat:Ljavax/sound/sampled/AudioFormat;
        15: .line 284
            aload 3 /* outputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.isBigEndian:()Z
            istore 5 /* PCMIsBigEndian */
        start local 5 // boolean PCMIsBigEndian
        16: .line 285
            goto 22
        end local 5 // boolean PCMIsBigEndian
        17: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.encode:Z
        18: .line 287
            aload 0 /* this */
            aload 3 /* outputFormat */
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.encodeFormat:Ljavax/sound/sampled/AudioFormat;
        19: .line 288
            aload 0 /* this */
            aload 4 /* inputFormat */
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.decodeFormat:Ljavax/sound/sampled/AudioFormat;
        20: .line 289
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.isBigEndian:()Z
            istore 5 /* PCMIsBigEndian */
        start local 5 // boolean PCMIsBigEndian
        21: .line 290
            aload 0 /* this */
            bipush 64
            newarray 8
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tempBuffer:[B
        22: .line 293
      StackMap locals: int
      StackMap stack:
            iload 5 /* PCMIsBigEndian */
            ifeq 28
        23: .line 294
            aload 0 /* this */
            getstatic com.sun.media.sound.AlawCodec.ALAW_TABH:[B
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte1:[B
        24: .line 295
            aload 0 /* this */
            getstatic com.sun.media.sound.AlawCodec.ALAW_TABL:[B
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte2:[B
        25: .line 296
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.highByte:I
        26: .line 297
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.lowByte:I
        27: .line 298
            goto 32
        28: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.media.sound.AlawCodec.ALAW_TABL:[B
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte1:[B
        29: .line 300
            aload 0 /* this */
            getstatic com.sun.media.sound.AlawCodec.ALAW_TABH:[B
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte2:[B
        30: .line 301
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.highByte:I
        31: .line 302
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.lowByte:I
        32: .line 306
      StackMap locals:
      StackMap stack:
            aload 2 /* stream */
            instanceof javax.sound.sampled.AudioInputStream
            ifeq 34
        33: .line 307
            aload 0 /* this */
            aload 2 /* stream */
            invokevirtual javax.sound.sampled.AudioInputStream.getFrameLength:()J
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameLength:J
        34: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.framePos:J
        35: .line 312
            aload 0 /* this */
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.getFrameSize:()I
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameSize:I
        36: .line 313
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameSize:I
            iconst_m1
            if_icmpne 38
        37: .line 314
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameSize:I
        38: .line 316
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean PCMIsBigEndian
        end local 4 // javax.sound.sampled.AudioFormat inputFormat
        end local 3 // javax.sound.sampled.AudioFormat outputFormat
        end local 2 // javax.sound.sampled.AudioInputStream stream
        end local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lcom/sun/media/sound/AlawCodec$AlawCodecStream;
            0   39     2          stream  Ljavax/sound/sampled/AudioInputStream;
            0   39     3    outputFormat  Ljavax/sound/sampled/AudioFormat;
            9   39     4     inputFormat  Ljavax/sound/sampled/AudioFormat;
           16   17     5  PCMIsBigEndian  Z
           21   39     5  PCMIsBigEndian  Z
    MethodParameters:
              Name  Flags
      this$0        final
      stream        
      outputFormat  

  private short search(short, short[], short);
    descriptor: (S[SS)S
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
        start local 1 // short val
        start local 2 // short[] table
        start local 3 // short size
         0: .line 324
            iconst_0
            istore 4 /* i */
        start local 4 // short i
         1: goto 4
         2: .line 325
      StackMap locals: int
      StackMap stack:
            iload 1 /* val */
            aload 2 /* table */
            iload 4 /* i */
            saload
            if_icmpgt 3
            iload 4 /* i */
            ireturn
         3: .line 324
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iconst_1
            iadd
            i2s
            istore 4 /* i */
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 2
        end local 4 // short i
         5: .line 327
            iload 3 /* size */
            ireturn
        end local 3 // short size
        end local 2 // short[] table
        end local 1 // short val
        end local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/media/sound/AlawCodec$AlawCodecStream;
            0    6     1    val  S
            0    6     2  table  [S
            0    6     3   size  S
            1    5     4      i  S
    MethodParameters:
       Name  Flags
      val    
      table  
      size   

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
         0: .line 337
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 338
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.sun.media.sound.AlawCodec$AlawCodecStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/media/sound/AlawCodec$AlawCodecStream;
            1    2     1     b  [B
    Exceptions:
      throws java.io.IOException

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

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=4
        start local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 351
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameSize:I
            irem
            ifeq 2
         1: .line 352
            iload 3 /* len */
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.frameSize:I
            irem
            isub
            istore 3 /* len */
         2: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.encode:Z
            ifeq 43
         3: .line 357
            bipush 15
            istore 4 /* QUANT_MASK */
        start local 4 // short QUANT_MASK
         4: .line 358
            iconst_4
            istore 5 /* SEG_SHIFT */
        start local 5 // short SEG_SHIFT
         5: .line 367
            iconst_0
            istore 11 /* readCount */
        start local 11 // int readCount
         6: .line 368
            iload 2 /* off */
            istore 12 /* currentPos */
        start local 12 // int currentPos
         7: .line 369
            iload 3 /* len */
            iconst_2
            imul
            istore 13 /* readLeft */
        start local 13 // int readLeft
         8: .line 370
            iload 13 /* readLeft */
            bipush 64
            if_icmple 9
            bipush 64
            goto 10
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int top top top top top int int int
      StackMap stack:
         9: iload 13 /* readLeft */
      StackMap locals:
      StackMap stack: int
        10: istore 14 /* readLen */
        start local 14 // int readLen
        11: .line 372
            goto 39
        12: .line 374
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        13: goto 34
        14: .line 377
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int top top int top top int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.tempBuffer:[B
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.highByte:I
            iadd
            baload
            bipush 8
            ishl
            ldc 65280
            iand
            i2s
            istore 9 /* sample */
        start local 9 // short sample
        15: .line 378
            iload 9 /* sample */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.tempBuffer:[B
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.lowByte:I
            iadd
            baload
            sipush 255
            iand
            i2s
            ior
            i2s
            istore 9 /* sample */
        16: .line 380
            iload 9 /* sample */
            iflt 19
        17: .line 381
            sipush 213
            istore 6 /* mask */
        start local 6 // short mask
        18: .line 382
            goto 21
        end local 6 // short mask
        19: .line 383
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int top top int int top int int int int
      StackMap stack:
            bipush 85
            istore 6 /* mask */
        start local 6 // short mask
        20: .line 384
            iload 9 /* sample */
            ineg
            bipush 8
            isub
            i2s
            istore 9 /* sample */
        21: .line 387
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int int top int int top int int int int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* sample */
            getstatic com.sun.media.sound.AlawCodec.seg_end:[S
            bipush 8
            invokevirtual com.sun.media.sound.AlawCodec$AlawCodecStream.search:(S[SS)S
            istore 7 /* seg */
        start local 7 // short seg
        22: .line 391
            iload 7 /* seg */
            bipush 8
            if_icmplt 25
        23: .line 392
            bipush 127
            iload 6 /* mask */
            ixor
            i2b
            istore 10 /* enc */
        start local 10 // byte enc
        24: .line 393
            goto 31
        end local 10 // byte enc
        25: .line 394
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int int int int int top int int int int
      StackMap stack:
            iload 7 /* seg */
            iload 5 /* SEG_SHIFT */
            ishl
            i2b
            istore 10 /* enc */
        start local 10 // byte enc
        26: .line 395
            iload 7 /* seg */
            iconst_2
            if_icmpge 29
        27: .line 396
            iload 10 /* enc */
            iload 9 /* sample */
            iconst_4
            ishr
            iload 4 /* QUANT_MASK */
            iand
            i2b
            ior
            i2b
            istore 10 /* enc */
        28: .line 397
            goto 30
        29: .line 398
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int int int int int int int int int int
      StackMap stack:
            iload 10 /* enc */
            iload 9 /* sample */
            iload 7 /* seg */
            iconst_3
            iadd
            ishr
            iload 4 /* QUANT_MASK */
            iand
            i2b
            ior
            i2b
            istore 10 /* enc */
        30: .line 400
      StackMap locals:
      StackMap stack:
            iload 10 /* enc */
            iload 6 /* mask */
            ixor
            i2b
            istore 10 /* enc */
        31: .line 403
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iload 12 /* currentPos */
            iload 10 /* enc */
            bastore
        32: .line 404
            iinc 12 /* currentPos */ 1
        33: .line 374
            iinc 8 /* i */ 2
        end local 10 // byte enc
        end local 9 // short sample
        end local 7 // short seg
        end local 6 // short mask
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int top top int top top int int int int
      StackMap stack:
        34: iload 8 /* i */
            iload 11 /* readCount */
            if_icmplt 14
        35: .line 407
            iload 13 /* readLeft */
            iload 11 /* readCount */
            isub
            istore 13 /* readLeft */
        36: .line 408
            iload 13 /* readLeft */
            bipush 64
            if_icmple 37
            bipush 64
            goto 38
      StackMap locals:
      StackMap stack:
        37: iload 13 /* readLeft */
      StackMap locals:
      StackMap stack: int
        38: istore 14 /* readLen */
        end local 8 // int i
        39: .line 372
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int top top top top top int int int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.tempBuffer:[B
            iconst_0
            iload 14 /* readLen */
            invokespecial javax.sound.sampled.AudioInputStream.read:([BII)I
            dup
            istore 11 /* readCount */
            ifgt 12
        40: .line 411
            iload 12 /* currentPos */
            iload 2 /* off */
            if_icmpne 42
            iload 11 /* readCount */
            ifge 42
        41: .line 412
            iload 11 /* readCount */
            ireturn
        42: .line 415
      StackMap locals:
      StackMap stack:
            iload 12 /* currentPos */
            iload 2 /* off */
            isub
            ireturn
        end local 14 // int readLen
        end local 13 // int readLeft
        end local 12 // int currentPos
        end local 11 // int readCount
        end local 5 // short SEG_SHIFT
        end local 4 // short QUANT_MASK
        43: .line 420
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int
      StackMap stack:
            iload 3 /* len */
            iconst_2
            idiv
            istore 5 /* readLen */
        start local 5 // int readLen
        44: .line 421
            iload 2 /* off */
            iload 3 /* len */
            iconst_2
            idiv
            iadd
            istore 6 /* readOffset */
        start local 6 // int readOffset
        45: .line 422
            aload 0 /* this */
            aload 1 /* b */
            iload 6 /* readOffset */
            iload 5 /* readLen */
            invokespecial javax.sound.sampled.AudioInputStream.read:([BII)I
            istore 7 /* readCount */
        start local 7 // int readCount
        46: .line 424
            iload 2 /* off */
            istore 4 /* i */
        start local 4 // int i
        47: goto 52
        48: .line 425
      StackMap locals: com.sun.media.sound.AlawCodec$AlawCodecStream byte[] int int int int int int
      StackMap stack:
            aload 1 /* b */
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte1:[B
            aload 1 /* b */
            iload 6 /* readOffset */
            baload
            sipush 255
            iand
            baload
            bastore
        49: .line 426
            aload 1 /* b */
            iload 4 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.tabByte2:[B
            aload 1 /* b */
            iload 6 /* readOffset */
            baload
            sipush 255
            iand
            baload
            bastore
        50: .line 427
            iinc 6 /* readOffset */ 1
        51: .line 424
            iinc 4 /* i */ 2
      StackMap locals:
      StackMap stack:
        52: iload 4 /* i */
            iload 2 /* off */
            iload 7 /* readCount */
            iconst_2
            imul
            iadd
            if_icmplt 48
        53: .line 430
            iload 7 /* readCount */
            ifge 55
        54: .line 431
            iload 7 /* readCount */
            ireturn
        55: .line 434
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 2 /* off */
            isub
            ireturn
        end local 7 // int readCount
        end local 6 // int readOffset
        end local 5 // int readLen
        end local 4 // int i
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   56     0        this  Lcom/sun/media/sound/AlawCodec$AlawCodecStream;
            0   56     1           b  [B
            0   56     2         off  I
            0   56     3         len  I
            4   43     4  QUANT_MASK  S
            5   43     5   SEG_SHIFT  S
           18   19     6        mask  S
           20   34     6        mask  S
           22   34     7         seg  S
           13   39     8           i  I
           15   34     9      sample  S
           24   25    10         enc  B
           26   34    10         enc  B
            6   43    11   readCount  I
            7   43    12  currentPos  I
            8   43    13    readLeft  I
           11   43    14     readLen  I
           47   56     4           i  I
           44   56     5     readLen  I
           45   56     6  readOffset  I
           46   56     7   readCount  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
        start local 1 // long n
         0: .line 442
            aload 0 /* this */
            getfield com.sun.media.sound.AlawCodec$AlawCodecStream.encode:Z
            ifeq 1
            aload 0 /* this */
            lload 1 /* n */
            ldc 2
            lmul
            invokespecial javax.sound.sampled.AudioInputStream.skip:(J)J
            ldc 2
            ldiv
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            lload 1 /* n */
            ldc 2
            ldiv
            invokespecial javax.sound.sampled.AudioInputStream.skip:(J)J
            ldc 2
            lmul
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 1 // long n
        end local 0 // com.sun.media.sound.AlawCodec$AlawCodecStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/media/sound/AlawCodec$AlawCodecStream;
            0    3     1     n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     final
}
SourceFile: "AlawCodec.java"
NestHost: com.sun.media.sound.AlawCodec
InnerClasses:
  private final AlawCodecStream = com.sun.media.sound.AlawCodec$AlawCodecStream of com.sun.media.sound.AlawCodec
  public Encoding = javax.sound.sampled.AudioFormat$Encoding of javax.sound.sampled.AudioFormat