1 package sound; 2 3 public interface DoubleDataProducer { 4 double[] getDoubleData(); 5 6 void openDataFile(); 7 }