class com.sun.media.sound.SoftMainMixer$2 extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.SoftMainMixer$2
  super_class: java.io.InputStream
{
  private final com.sun.media.sound.SoftAudioBuffer[] buffers;
    descriptor: [Lcom/sun/media/sound/SoftAudioBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int nrofchannels;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int buffersize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] bbuffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int bbuffer_pos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final byte[] single;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(com.sun.media.sound.SoftMainMixer);
    descriptor: (Lcom/sun/media/sound/SoftMainMixer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
         0: .line 862
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.SoftMainMixer$2.this$0:Lcom/sun/media/sound/SoftMainMixer;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 864
            aload 0 /* this */
            aload 1
            getfield com.sun.media.sound.SoftMainMixer.buffers:[Lcom/sun/media/sound/SoftAudioBuffer;
            putfield com.sun.media.sound.SoftMainMixer$2.buffers:[Lcom/sun/media/sound/SoftAudioBuffer;
         2: .line 865
            aload 0 /* this */
         3: .line 866
            aload 1
            getfield com.sun.media.sound.SoftMainMixer.synth:Lcom/sun/media/sound/SoftSynthesizer;
            invokevirtual com.sun.media.sound.SoftSynthesizer.getFormat:()Ljavax/sound/sampled/AudioFormat;
            invokevirtual javax.sound.sampled.AudioFormat.getChannels:()I
            putfield com.sun.media.sound.SoftMainMixer$2.nrofchannels:I
         4: .line 867
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.buffers:[Lcom/sun/media/sound/SoftAudioBuffer;
            iconst_0
            aaload
            invokevirtual com.sun.media.sound.SoftAudioBuffer.getSize:()I
            putfield com.sun.media.sound.SoftMainMixer$2.buffersize:I
         5: .line 868
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.buffersize:I
         6: .line 869
            aload 1
            getfield com.sun.media.sound.SoftMainMixer.synth:Lcom/sun/media/sound/SoftSynthesizer;
            invokevirtual com.sun.media.sound.SoftSynthesizer.getFormat:()Ljavax/sound/sampled/AudioFormat;
         7: .line 870
            invokevirtual javax.sound.sampled.AudioFormat.getSampleSizeInBits:()I
            bipush 8
         8: .line 869
            idiv
         9: .line 868
            imul
        10: .line 871
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.nrofchannels:I
        11: .line 868
            imul
            newarray 8
            putfield com.sun.media.sound.SoftMainMixer$2.bbuffer:[B
        12: .line 872
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.SoftMainMixer$2.bbuffer_pos:I
        13: .line 873
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.sun.media.sound.SoftMainMixer$2.single:[B
        14: .line 862
            return
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/media/sound/SoftMainMixer$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void fillBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
         0: .line 882
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.this$0:Lcom/sun/media/sound/SoftMainMixer;
            invokevirtual com.sun.media.sound.SoftMainMixer.processAudioBuffers:()V
         1: .line 883
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 884
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.buffers:[Lcom/sun/media/sound/SoftAudioBuffer;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer:[B
            iload 1 /* i */
            invokevirtual com.sun.media.sound.SoftAudioBuffer.get:([BI)V
         4: .line 883
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.nrofchannels:I
            if_icmplt 3
        end local 1 // int i
         6: .line 885
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.SoftMainMixer$2.bbuffer_pos:I
         7: .line 886
            return
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/media/sound/SoftMainMixer$2;
            2    6     1     i  I

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 890
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer:[B
            arraylength
            istore 4 /* bbuffer_len */
        start local 4 // int bbuffer_len
         1: .line 891
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 5 /* offlen */
        start local 5 // int offlen
         2: .line 892
            iload 2 /* off */
            istore 6 /* orgoff */
        start local 6 // int orgoff
         3: .line 893
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer:[B
            astore 7 /* bbuffer */
        start local 7 // byte[] bbuffer
         4: .line 894
            goto 14
         5: .line 895
      StackMap locals: com.sun.media.sound.SoftMainMixer$2 byte[] int int int int int byte[]
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftMainMixer$2.available:()I
            ifne 7
         6: .line 896
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftMainMixer$2.fillBuffer:()V
            goto 14
         7: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer_pos:I
            istore 8 /* bbuffer_pos */
        start local 8 // int bbuffer_pos
         8: .line 899
            goto 10
         9: .line 900
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            aload 7 /* bbuffer */
            iload 8 /* bbuffer_pos */
            iinc 8 /* bbuffer_pos */ 1
            baload
            bastore
        10: .line 899
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iload 5 /* offlen */
            if_icmpge 11
            iload 8 /* bbuffer_pos */
            iload 4 /* bbuffer_len */
            if_icmplt 9
        11: .line 901
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* bbuffer_pos */
            putfield com.sun.media.sound.SoftMainMixer$2.bbuffer_pos:I
        12: .line 902
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.this$0:Lcom/sun/media/sound/SoftMainMixer;
            getfield com.sun.media.sound.SoftMainMixer.readfully:Z
            ifne 14
        13: .line 903
            iload 2 /* off */
            iload 6 /* orgoff */
            isub
            ireturn
        end local 8 // int bbuffer_pos
        14: .line 894
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iload 5 /* offlen */
            if_icmplt 5
        15: .line 906
            iload 3 /* len */
            ireturn
        end local 7 // byte[] bbuffer
        end local 6 // int orgoff
        end local 5 // int offlen
        end local 4 // int bbuffer_len
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lcom/sun/media/sound/SoftMainMixer$2;
            0   16     1            b  [B
            0   16     2          off  I
            0   16     3          len  I
            1   16     4  bbuffer_len  I
            2   16     5       offlen  I
            3   16     6       orgoff  I
            4   16     7      bbuffer  [B
            8   14     8  bbuffer_pos  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
         0: .line 911
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.single:[B
            invokevirtual com.sun.media.sound.SoftMainMixer$2.read:([B)I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 912
            iload 1 /* ret */
            iconst_m1
            if_icmpne 3
         2: .line 913
            iconst_m1
            ireturn
         3: .line 914
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.single:[B
            iconst_0
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int ret
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/sound/SoftMainMixer$2;
            1    4     1   ret  I
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
         0: .line 919
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer:[B
            arraylength
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.bbuffer_pos:I
            isub
            ireturn
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/SoftMainMixer$2;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.SoftMainMixer$2 this
         0: .line 924
            aload 0 /* this */
            getfield com.sun.media.sound.SoftMainMixer$2.this$0:Lcom/sun/media/sound/SoftMainMixer;
            getfield com.sun.media.sound.SoftMainMixer.synth:Lcom/sun/media/sound/SoftSynthesizer;
            invokevirtual com.sun.media.sound.SoftSynthesizer.close:()V
         1: .line 925
            return
        end local 0 // com.sun.media.sound.SoftMainMixer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/media/sound/SoftMainMixer$2;
}
SourceFile: "SoftMainMixer.java"
EnclosingMethod: com.sun.media.sound.SoftMainMixer.<init>:(Lcom/sun/media/sound/SoftSynthesizer;)V
NestHost: com.sun.media.sound.SoftMainMixer
InnerClasses:
  com.sun.media.sound.SoftMainMixer$2