pimpathon.java

io

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class InputStreamOps[IS <: InputStream] extends AnyRef

  2. case class InputStreamUtils(closeIn: Boolean = true, closeOut: Boolean = true, bufferSize: Int = 8192) extends Product with Serializable

  3. class OutputStreamOps[OS <: OutputStream] extends AnyRef

  4. case class OutputStreamUtils(closeOut: Boolean, closeIn: Boolean, bufferSize: Int) extends Product with Serializable

Value Members

  1. object inputStream extends InputStreamUtils

  2. implicit def inputStreamOps[IS <: InputStream](is: IS): InputStreamOps[IS]

  3. object outputStream extends OutputStreamUtils

  4. implicit def outputStreamOps[OS <: OutputStream](os: OS): OutputStreamOps[OS]

Inherited from AnyRef

Inherited from Any

Ungrouped