org.beangle.commons.io

IOs

Related Doc: package io

object IOs

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

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(objs: Closeable*): Unit

    Close many objects quitely.

    Close many objects quitely. TODO Support AutoCloseable when beangle based on jdk 1.7

  7. def copy(input: Reader, output: Writer): Long

    Copy chars from a Reader to a Writer.

    Copy chars from a Reader to a Writer.

    input

    the Reader to read from

    output

    the Writer to write to

    returns

    the number of characters copied

    Since

    3.1

  8. def copy(input: InputStream, output: OutputStream): Long

    Copy bytes from a InputStream to an OutputStream.

    Copy bytes from a InputStream to an OutputStream.

    input

    the InputStream to read from

    output

    the OutputStream to write to

    returns

    the number of bytes copied

    Since

    3.1

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def readJavaProperties(input: InputStream): Map[String, String]

    Read java key value properties

  19. def readJavaProperties(url: URL): Map[String, String]

    Read Java key value properties by url

  20. def readLines(input: InputStream, charset: Charset = UTF_8): List[String]

  21. def readLines(input: Reader): List[String]

    Get the contents of a Reader as a list of Strings, one entry per line.

    Get the contents of a Reader as a list of Strings, one entry per line.

  22. def readProperties(input: InputStream, charset: Charset = UTF_8): Map[String, String]

    Read key value properties

  23. def readProperties(url: URL): Map[String, String]

    Read key value properties

  24. def readString(input: InputStream, charset: Charset = UTF_8): String

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def write(data: String, output: OutputStream, charset: Charset = null): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped