Interface SizeableAudioStream

All Known Implementing Classes:
ByteArrayAudioStream, FileAudioStream, FixedLengthAudioStream

@NonNullByDefault public interface SizeableAudioStream
This is for an AudioStream, which size is known
Author:
Gwendal Roulleau - Initial contribution, separation from FixedLengthAudioStream
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Provides the length of the stream in bytes.
  • Method Details

    • length

      long length()
      Provides the length of the stream in bytes.
      Returns:
      absolute length in bytes