Packages

object StreamUtilities

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamUtilities
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ZipIterator extends Iterator[(String, Array[Byte])]

    Iterate through the entries of a streamed .zip file, selecting only sampleRatio of them

Value Members

  1. def using[T <: AutoCloseable, U](disposable: T)(task: (T) ⇒ U): Try[U]
  2. def usingMany[T <: AutoCloseable, U](disposable: Seq[T])(task: (Seq[T]) ⇒ U): Try[U]
  3. def usingSource[T <: Source, U](disposable: T)(task: (T) ⇒ U): Try[U]