Object/Class

sbt.io

Using

Related Docs: class Using | package io

Permalink

object Using

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bufferedInputStream: Using[InputStream, BufferedInputStream]

    Permalink
  6. val bufferedOutputStream: Using[OutputStream, BufferedOutputStream]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def file[T](openF: (File) ⇒ T, closeF: (T) ⇒ Unit): OpenFile[T]

    Permalink
  11. def file[T <: AutoCloseable](openF: (File) ⇒ T): OpenFile[T]

    Permalink
  12. val fileInputChannel: OpenFile[FileChannel]

    Permalink
  13. val fileInputStream: OpenFile[BufferedInputStream]

    Permalink
  14. val fileOutputChannel: OpenFile[FileChannel]

    Permalink
  15. def fileOutputStream(append: Boolean = false): OpenFile[BufferedOutputStream]

    Permalink
  16. def fileReader(charset: Charset): OpenFile[BufferedReader]

    Permalink
  17. def fileWriter(charset: Charset = IO.utf8, append: Boolean = false): OpenFile[BufferedWriter]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val gzipInputStream: Using[InputStream, GZIPInputStream]

    Permalink
  21. val gzipOutputStream: Using[OutputStream, GZIPOutputStream]

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def jarFile(verify: Boolean): OpenFile[JarFile]

    Permalink
  25. val jarInputStream: Using[InputStream, JarInputStream]

    Permalink
  26. val jarOutputStream: Using[OutputStream, JarOutputStream]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def resource[Source, T](openF: (Source) ⇒ T, closeF: (T) ⇒ Unit): Using[Source, T]

    Permalink
  31. def resource[Source, T <: AutoCloseable](openF: (Source) ⇒ T): Using[Source, T]

    Permalink
  32. val streamReader: Using[(InputStream, Charset), InputStreamReader]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. val urlInputStream: Using[URL, BufferedInputStream]

    Permalink
  36. def urlReader(charset: Charset): Using[URL, BufferedReader]

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wrap[Source, T](openF: (Source) ⇒ T, closeF: (T) ⇒ Unit)(implicit srcMf: Manifest[Source], targetMf: Manifest[T]): Using[Source, T]

    Permalink
  41. def wrap[Source, T <: AutoCloseable](openF: (Source) ⇒ T)(implicit srcMf: Manifest[Source], targetMf: Manifest[T]): Using[Source, T]

    Permalink
  42. def zipEntry(zip: ZipFile): Using[ZipEntry, InputStream]

    Permalink
  43. val zipFile: OpenFile[ZipFile]

    Permalink
  44. val zipInputStream: Using[InputStream, ZipInputStream]

    Permalink
  45. val zipOutputStream: Using[OutputStream, ZipOutputStream]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped