Packages

package java_io

Type Members

  1. case class BoundedInputStream(is: InputStream, size: Long) extends InputStream with Product with Serializable
  2. case class SequenceInputStream(remaining: List[InputStream]) extends InputStream with Product with Serializable

    Wrap a List of InputStreams as an InputStream

    Wrap a List of InputStreams as an InputStream

    Re-/Alternate implementation of java.io.SequenceInputStream; works on JVM and JS, has a more Scala-y / cleaner constructor

Ungrouped