class org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter extends org.apache.commons.math3.random.EmpiricalDistribution$DataAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter
  super_class: org.apache.commons.math3.random.EmpiricalDistribution$DataAdapter
{
  private java.io.BufferedReader inputStream;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.math3.random.EmpiricalDistribution this$0;
    descriptor: Lorg/apache/commons/math3/random/EmpiricalDistribution;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.random.EmpiricalDistribution, java.io.BufferedReader);
    descriptor: (Lorg/apache/commons/math3/random/EmpiricalDistribution;Ljava/io/BufferedReader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
        start local 2 // java.io.BufferedReader in
         0: .line 352
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.this$0:Lorg/apache/commons/math3/random/EmpiricalDistribution;
         1: .line 353
            aload 0 /* this */
            aload 1
            invokespecial org.apache.commons.math3.random.EmpiricalDistribution$DataAdapter.<init>:(Lorg/apache/commons/math3/random/EmpiricalDistribution;)V
         2: .line 354
            aload 0 /* this */
            aload 2 /* in */
            putfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
         3: .line 355
            return
        end local 2 // java.io.BufferedReader in
        end local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/random/EmpiricalDistribution$StreamDataAdapter;
            0    4     2    in  Ljava/io/BufferedReader;
    MethodParameters:
        Name  Flags
      this$0  final
      in      

  public void computeBinStats();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
         0: .line 360
            aconst_null
            astore 1 /* str */
        start local 1 // java.lang.String str
         1: .line 361
            dconst_0
            dstore 2 /* val */
        start local 2 // double val
         2: .line 362
            goto 6
         3: .line 363
      StackMap locals: java.lang.String double
      StackMap stack:
            aload 1 /* str */
            invokestatic java.lang.Double.parseDouble:(Ljava/lang/String;)D
            dstore 2 /* val */
         4: .line 364
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.this$0:Lorg/apache/commons/math3/random/EmpiricalDistribution;
            getfield org.apache.commons.math3.random.EmpiricalDistribution.binStats:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.this$0:Lorg/apache/commons/math3/random/EmpiricalDistribution;
            dload 2 /* val */
            invokevirtual org.apache.commons.math3.random.EmpiricalDistribution.findBin:(D)I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.commons.math3.stat.descriptive.SummaryStatistics
            astore 4 /* stats */
        start local 4 // org.apache.commons.math3.stat.descriptive.SummaryStatistics stats
         5: .line 365
            aload 4 /* stats */
            dload 2 /* val */
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.addValue:(D)V
        end local 4 // org.apache.commons.math3.stat.descriptive.SummaryStatistics stats
         6: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            dup
            astore 1 /* str */
            ifnonnull 3
         7: .line 368
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.close:()V
         8: .line 369
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
         9: .line 370
            return
        end local 2 // double val
        end local 1 // java.lang.String str
        end local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/commons/math3/random/EmpiricalDistribution$StreamDataAdapter;
            1   10     1    str  Ljava/lang/String;
            2   10     2    val  D
            5    6     4  stats  Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    Exceptions:
      throws java.io.IOException

  public void computeStats();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
         0: .line 375
            aconst_null
            astore 1 /* str */
        start local 1 // java.lang.String str
         1: .line 376
            dconst_0
            dstore 2 /* val */
        start local 2 // double val
         2: .line 377
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.this$0:Lorg/apache/commons/math3/random/EmpiricalDistribution;
            new org.apache.commons.math3.stat.descriptive.SummaryStatistics
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.SummaryStatistics.<init>:()V
            putfield org.apache.commons.math3.random.EmpiricalDistribution.sampleStats:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
         3: .line 378
            goto 6
         4: .line 379
      StackMap locals: java.lang.String double
      StackMap stack:
            aload 1 /* str */
            invokestatic java.lang.Double.parseDouble:(Ljava/lang/String;)D
            dstore 2 /* val */
         5: .line 380
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.this$0:Lorg/apache/commons/math3/random/EmpiricalDistribution;
            getfield org.apache.commons.math3.random.EmpiricalDistribution.sampleStats:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dload 2 /* val */
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.addValue:(D)V
         6: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            dup
            astore 1 /* str */
            ifnonnull 4
         7: .line 382
            aload 0 /* this */
            getfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.close:()V
         8: .line 383
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter.inputStream:Ljava/io/BufferedReader;
         9: .line 384
            return
        end local 2 // double val
        end local 1 // java.lang.String str
        end local 0 // org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/math3/random/EmpiricalDistribution$StreamDataAdapter;
            1   10     1   str  Ljava/lang/String;
            2   10     2   val  D
    Exceptions:
      throws java.io.IOException
}
SourceFile: "EmpiricalDistribution.java"
NestHost: org.apache.commons.math3.random.EmpiricalDistribution
InnerClasses:
  private abstract DataAdapter = org.apache.commons.math3.random.EmpiricalDistribution$DataAdapter of org.apache.commons.math3.random.EmpiricalDistribution
  private StreamDataAdapter = org.apache.commons.math3.random.EmpiricalDistribution$StreamDataAdapter of org.apache.commons.math3.random.EmpiricalDistribution