J.Io

object Io

Input / Output

Note J.Input and J.Output can be called without .Io. prefix

Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Member

opaque type Input

J.Input is an opaque value, backed by java.io.InputStream

Source
__.scala
opaque type Output

J.Output is an opaque value, backed by java.io.OutputStream

Source
__.scala