final class com.sun.media.sound.UlawCodec$UlawCodecStream extends javax.sound.sampled.AudioInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.UlawCodec$UlawCodecStream
  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.UlawCodec this$0;
    descriptor: Lcom/sun/media/sound/UlawCodec;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.media.sound.UlawCodec, javax.sound.sampled.AudioInputStream, javax.sound.sampled.AudioFormat);
    descriptor: (Lcom/sun/media/sound/UlawCodec;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.UlawCodec$UlawCodecStream this
        start local 2 // javax.sound.sampled.AudioInputStream stream
        start local 3 // javax.sound.sampled.AudioFormat outputFormat
         0: .line 252
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.this$0:Lcom/sun/media/sound/UlawCodec;
         1: .line 253
            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 237
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tempBuffer:[B
         3: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.encode:Z
         4: .line 247
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte1:[B
         5: .line 248
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte2:[B
         6: .line 249
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.highByte:I
         7: .line 250
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.lowByte:I
         8: .line 255
            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 258
            aload 1
            aload 3 /* outputFormat */
            aload 4 /* inputFormat */
            invokevirtual com.sun.media.sound.UlawCodec.isConversionSupported:(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioFormat;)Z
            ifne 11
        10: .line 259
            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 266
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream com.sun.media.sound.UlawCodec javax.sound.sampled.AudioInputStream javax.sound.sampled.AudioFormat javax.sound.sampled.AudioFormat
      StackMap stack:
            getstatic javax.sound.sampled.AudioFormat$Encoding.ULAW: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 267
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.encode:Z
        13: .line 268
            aload 0 /* this */
            aload 4 /* inputFormat */
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.encodeFormat:Ljavax/sound/sampled/AudioFormat;
        14: .line 269
            aload 0 /* this */
            aload 3 /* outputFormat */
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.decodeFormat:Ljavax/sound/sampled/AudioFormat;
        15: .line 270
            aload 3 /* outputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.isBigEndian:()Z
            istore 5 /* PCMIsBigEndian */
        start local 5 // boolean PCMIsBigEndian
        16: .line 271
            goto 22
        end local 5 // boolean PCMIsBigEndian
        17: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.encode:Z
        18: .line 273
            aload 0 /* this */
            aload 3 /* outputFormat */
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.encodeFormat:Ljavax/sound/sampled/AudioFormat;
        19: .line 274
            aload 0 /* this */
            aload 4 /* inputFormat */
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.decodeFormat:Ljavax/sound/sampled/AudioFormat;
        20: .line 275
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.isBigEndian:()Z
            istore 5 /* PCMIsBigEndian */
        start local 5 // boolean PCMIsBigEndian
        21: .line 276
            aload 0 /* this */
            bipush 64
            newarray 8
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tempBuffer:[B
        22: .line 280
      StackMap locals: int
      StackMap stack:
            iload 5 /* PCMIsBigEndian */
            ifeq 28
        23: .line 281
            aload 0 /* this */
            getstatic com.sun.media.sound.UlawCodec.ULAW_TABH:[B
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte1:[B
        24: .line 282
            aload 0 /* this */
            getstatic com.sun.media.sound.UlawCodec.ULAW_TABL:[B
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte2:[B
        25: .line 283
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.highByte:I
        26: .line 284
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.lowByte:I
        27: .line 285
            goto 32
        28: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.media.sound.UlawCodec.ULAW_TABL:[B
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte1:[B
        29: .line 287
            aload 0 /* this */
            getstatic com.sun.media.sound.UlawCodec.ULAW_TABH:[B
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte2:[B
        30: .line 288
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.highByte:I
        31: .line 289
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.lowByte:I
        32: .line 293
      StackMap locals:
      StackMap stack:
            aload 2 /* stream */
            instanceof javax.sound.sampled.AudioInputStream
            ifeq 34
        33: .line 294
            aload 0 /* this */
            aload 2 /* stream */
            invokevirtual javax.sound.sampled.AudioInputStream.getFrameLength:()J
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameLength:J
        34: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.framePos:J
        35: .line 298
            aload 0 /* this */
            aload 4 /* inputFormat */
            invokevirtual javax.sound.sampled.AudioFormat.getFrameSize:()I
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameSize:I
        36: .line 299
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameSize:I
            iconst_m1
            if_icmpne 38
        37: .line 300
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameSize:I
        38: .line 302
      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.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            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.UlawCodec$UlawCodecStream this
        start local 1 // short val
        start local 2 // short[] table
        start local 3 // short size
         0: .line 309
            iconst_0
            istore 4 /* i */
        start local 4 // short i
         1: goto 4
         2: .line 310
      StackMap locals: int
      StackMap stack:
            iload 1 /* val */
            aload 2 /* table */
            iload 4 /* i */
            saload
            if_icmpgt 3
            iload 4 /* i */
            ireturn
         3: .line 309
      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 312
            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.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            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.UlawCodec$UlawCodecStream this
         0: .line 321
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 322
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.sun.media.sound.UlawCodec$UlawCodecStream.read:([BII)I
            iconst_1
            if_icmpne 3
         2: .line 323
            aload 1 /* b */
            iconst_1
            baload
            sipush 255
            iand
            ireturn
         3: .line 325
      StackMap locals: byte[]
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            1    4     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.UlawCodec$UlawCodecStream this
        start local 1 // byte[] b
         0: .line 330
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.sun.media.sound.UlawCodec$UlawCodecStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            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=14, args_size=4
        start local 0 // com.sun.media.sound.UlawCodec$UlawCodecStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 336
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameSize:I
            irem
            ifeq 2
         1: .line 337
            iload 3 /* len */
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.frameSize:I
            irem
            isub
            istore 3 /* len */
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.encode:Z
            ifeq 39
         3: .line 340
            sipush 132
            istore 4 /* BIAS */
        start local 4 // short BIAS
         4: .line 348
            iconst_0
            istore 10 /* readCount */
        start local 10 // int readCount
         5: .line 349
            iload 2 /* off */
            istore 11 /* currentPos */
        start local 11 // int currentPos
         6: .line 350
            iload 3 /* len */
            iconst_2
            imul
            istore 12 /* readLeft */
        start local 12 // int readLeft
         7: .line 351
            iload 12 /* readLeft */
            bipush 64
            if_icmple 8
            bipush 64
            goto 9
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int top top top top top int int int
      StackMap stack:
         8: iload 12 /* readLeft */
      StackMap locals:
      StackMap stack: int
         9: istore 13 /* readLen */
        start local 13 // int readLen
        10: .line 353
            goto 35
        11: .line 354
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 30
        13: .line 356
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int top top int top top int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.tempBuffer:[B
            iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.highByte:I
            iadd
            baload
            bipush 8
            ishl
            ldc 65280
            iand
            i2s
            istore 8 /* sample */
        start local 8 // short sample
        14: .line 357
            iload 8 /* sample */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.tempBuffer:[B
            iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.lowByte:I
            iadd
            baload
            i2s
            sipush 255
            iand
            i2s
            ior
            i2s
            istore 8 /* sample */
        15: .line 360
            iload 8 /* sample */
            ifge 19
        16: .line 361
            iload 4 /* BIAS */
            iload 8 /* sample */
            isub
            i2s
            istore 8 /* sample */
        17: .line 362
            bipush 127
            istore 5 /* mask */
        start local 5 // short mask
        18: .line 363
            goto 21
        end local 5 // short mask
        19: .line 364
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int top top int int top int int int int
      StackMap stack:
            iload 8 /* sample */
            iload 4 /* BIAS */
            iadd
            i2s
            istore 8 /* sample */
        20: .line 365
            sipush 255
            istore 5 /* mask */
        start local 5 // short mask
        21: .line 368
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int int top int int top int int int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* sample */
            getstatic com.sun.media.sound.UlawCodec.seg_end:[S
            bipush 8
            invokevirtual com.sun.media.sound.UlawCodec$UlawCodecStream.search:(S[SS)S
            istore 6 /* seg */
        start local 6 // short seg
        22: .line 373
            iload 6 /* seg */
            bipush 8
            if_icmplt 25
        23: .line 374
            bipush 127
            iload 5 /* mask */
            ixor
            i2b
            istore 9 /* enc */
        start local 9 // byte enc
        24: .line 375
            goto 27
        end local 9 // byte enc
        25: .line 376
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int int int int int top int int int int
      StackMap stack:
            iload 6 /* seg */
            iconst_4
            ishl
            iload 8 /* sample */
            iload 6 /* seg */
            iconst_3
            iadd
            ishr
            bipush 15
            iand
            ior
            i2b
            istore 9 /* enc */
        start local 9 // byte enc
        26: .line 377
            iload 9 /* enc */
            iload 5 /* mask */
            ixor
            i2b
            istore 9 /* enc */
        27: .line 380
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int int int int int int int int int int
      StackMap stack:
            aload 1 /* b */
            iload 11 /* currentPos */
            iload 9 /* enc */
            bastore
        28: .line 381
            iinc 11 /* currentPos */ 1
        29: .line 354
            iinc 7 /* i */ 2
        end local 9 // byte enc
        end local 8 // short sample
        end local 6 // short seg
        end local 5 // short mask
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int top top int top top int int int int
      StackMap stack:
        30: iload 7 /* i */
            iload 10 /* readCount */
            if_icmplt 13
        31: .line 384
            iload 12 /* readLeft */
            iload 10 /* readCount */
            isub
            istore 12 /* readLeft */
        32: .line 385
            iload 12 /* readLeft */
            bipush 64
            if_icmple 33
            bipush 64
            goto 34
      StackMap locals:
      StackMap stack:
        33: iload 12 /* readLeft */
      StackMap locals:
      StackMap stack: int
        34: istore 13 /* readLen */
        end local 7 // int i
        35: .line 353
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] 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.UlawCodec$UlawCodecStream.tempBuffer:[B
            iconst_0
            iload 13 /* readLen */
            invokespecial javax.sound.sampled.AudioInputStream.read:([BII)I
            dup
            istore 10 /* readCount */
            ifgt 11
        36: .line 387
            iload 11 /* currentPos */
            iload 2 /* off */
            if_icmpne 38
            iload 10 /* readCount */
            ifge 38
        37: .line 388
            iload 10 /* readCount */
            ireturn
        38: .line 390
      StackMap locals:
      StackMap stack:
            iload 11 /* currentPos */
            iload 2 /* off */
            isub
            ireturn
        end local 13 // int readLen
        end local 12 // int readLeft
        end local 11 // int currentPos
        end local 10 // int readCount
        end local 4 // short BIAS
        39: .line 393
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int
      StackMap stack:
            iload 3 /* len */
            iconst_2
            idiv
            istore 5 /* readLen */
        start local 5 // int readLen
        40: .line 394
            iload 2 /* off */
            iload 3 /* len */
            iconst_2
            idiv
            iadd
            istore 6 /* readOffset */
        start local 6 // int readOffset
        41: .line 395
            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
        42: .line 397
            iload 7 /* readCount */
            ifge 44
        43: .line 398
            iload 7 /* readCount */
            ireturn
        44: .line 400
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int top int int int
      StackMap stack:
            iload 2 /* off */
            istore 4 /* i */
        start local 4 // int i
        45: goto 50
        46: .line 401
      StackMap locals: com.sun.media.sound.UlawCodec$UlawCodecStream byte[] int int int int int int
      StackMap stack:
            aload 1 /* b */
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte1:[B
            aload 1 /* b */
            iload 6 /* readOffset */
            baload
            sipush 255
            iand
            baload
            bastore
        47: .line 402
            aload 1 /* b */
            iload 4 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.tabByte2:[B
            aload 1 /* b */
            iload 6 /* readOffset */
            baload
            sipush 255
            iand
            baload
            bastore
        48: .line 403
            iinc 6 /* readOffset */ 1
        49: .line 400
            iinc 4 /* i */ 2
      StackMap locals:
      StackMap stack:
        50: iload 4 /* i */
            iload 2 /* off */
            iload 7 /* readCount */
            iconst_2
            imul
            iadd
            if_icmplt 46
        51: .line 405
            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.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   52     0        this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            0   52     1           b  [B
            0   52     2         off  I
            0   52     3         len  I
            4   39     4        BIAS  S
           18   19     5        mask  S
           21   30     5        mask  S
           22   30     6         seg  S
           12   35     7           i  I
           14   30     8      sample  S
           24   25     9         enc  B
           26   30     9         enc  B
            5   39    10   readCount  I
            6   39    11  currentPos  I
            7   39    12    readLeft  I
           10   39    13     readLen  I
           45   52     4           i  I
           40   52     5     readLen  I
           41   52     6  readOffset  I
           42   52     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.UlawCodec$UlawCodecStream this
        start local 1 // long n
         0: .line 413
            aload 0 /* this */
            getfield com.sun.media.sound.UlawCodec$UlawCodecStream.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.UlawCodec$UlawCodecStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/media/sound/UlawCodec$UlawCodecStream;
            0    3     1     n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     final
}
SourceFile: "UlawCodec.java"
NestHost: com.sun.media.sound.UlawCodec
InnerClasses:
  private final UlawCodecStream = com.sun.media.sound.UlawCodec$UlawCodecStream of com.sun.media.sound.UlawCodec
  public Encoding = javax.sound.sampled.AudioFormat$Encoding of javax.sound.sampled.AudioFormat