AudioFile

trait AudioFile
class Object
trait Matchable
class Any

Value members

Abstract methods

def exists: IO[Boolean]
def lastModified: IO[Instant]
def name: String
def write(f: WritableByteChannel => IO[Unit]): IO[Either[Throwable, Unit]]