Interface SampleReader<S extends SoundSample>

    • Method Detail

      • nextSample

        default S nextSample()
                      throws IOException
        Reads the next SoundSample, equivalent to RowReader.nextRow() with a semantically stronger method name..
        Returns:
        The accordingly read SoundSample.
        Throws:
        IOException - thrown in case there was an I/O related problem.