package java_io
Type Members
- case class BoundedInputStream(is: InputStream, size: Long) extends InputStream with Product with Serializable
-
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