Trait

com.eharmony.aloha.io

ContainerReadableCommon

Related Doc: package io

Permalink

trait ContainerReadableCommon[C[_]] extends ContainerReadable[C]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContainerReadableCommon
  2. ContainerReadable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fromInputStream[A](is: InputStream): C[A]

    Permalink
    Definition Classes
    ContainerReadable
  2. abstract def fromReader[A](r: Reader): C[A]

    Permalink
    Definition Classes
    ContainerReadable
  3. abstract def fromString[A](s: String): C[A]

    Permalink
    Definition Classes
    ContainerReadable

Concrete 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. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromClasspathResource[A](r: String): C[A]

    Permalink

    Read from a classpath resource.

    Read from a classpath resource. This uses fromFileObject under the hood.

    r

    a resource path

    Definition Classes
    ContainerReadableCommonContainerReadable
  10. def fromFile[A](f: File): C[A]

    Permalink

    Read from a File.

    Read from a File.

    f

    a File to read. The File's InputStream is automatically closed.

    returns

    the result

    Definition Classes
    ContainerReadableCommonContainerReadable
  11. def fromResource[A](r: String): C[A]

    Permalink

    Read from a resource.

    Read from a resource. This uses fromFileObject under the hood.

    r

    a resource path

    Definition Classes
    ContainerReadableCommonContainerReadable
  12. def fromUrl[A](u: URL): C[A]

    Permalink

    Read from a URL.

    Read from a URL.

    u

    a URL to read. The URL's InputStream is automatically closed.

    returns

    the result

    Definition Classes
    ContainerReadableCommonContainerReadable
  13. def fromVfs1[A](foVfs1: FileObject): C[A]

    Permalink

    Read from an Apache VFS v1 FileObject.

    Read from an Apache VFS v1 FileObject.

    foVfs1

    an Apache VFS v1 FileObject to read. The FileObject's InputStream is automatically closed.

    returns

    the result

    Definition Classes
    ContainerReadableCommonContainerReadable
  14. def fromVfs2[A](foVfs2: FileObject): C[A]

    Permalink

    Read from an Apache VFS v1 FileObject.

    Read from an Apache VFS v1 FileObject.

    foVfs2

    an Apache VFS v1 FileObject to read. The FileObject's InputStream is automatically closed.

    returns

    the result

    Definition Classes
    ContainerReadableCommonContainerReadable
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. val inputCharset: String

    Permalink

    The character set that is used to decode the input streams in fromInputStream in the derived classes.

    The character set that is used to decode the input streams in fromInputStream in the derived classes.

    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ContainerReadable[C]

Inherited from AnyRef

Inherited from Any

Ungrouped