Class/Object

com.eharmony.aloha.io.vfs

Vfs1

Related Docs: object Vfs1 | package vfs

Permalink

case class Vfs1 extends Vfs with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Vfs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vfs1
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Vfs
  7. AnyRef
  8. 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. def asByteArray(decoder: (InputStream) ⇒ InputStream): Array[Byte]

    Permalink
    Definition Classes
    Vfs
  5. def asByteArray(): Array[Byte]

    Permalink
    Definition Classes
    Vfs
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asString(decoder: (InputStream) ⇒ InputStream): String

    Permalink

    Get the file content in the form of a String after applying a transformation to the original data.

    Get the file content in the form of a String after applying a transformation to the original data. This is especially useful when the data is base64 encoded or gzipped or something. For instance, if data was base64 encoded, then gzipped, we can do the following:

    import java.util.zip.GZIPInputStream
    import org.apache.commons.codec.binary.Base64InputStream
    
    val content = getString(is => new Base64InputStream(new GZIPInputStream(is)))
    decoder

    Provides a means of decode the file contents.

    Definition Classes
    Vfs
  8. def asString(): String

    Permalink
    Definition Classes
    Vfs
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delete(): Unit

    Permalink
    Definition Classes
    Vfs1Vfs
  11. val descriptor: String

    Permalink
    Definition Classes
    Vfs1Vfs
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def exists(): Boolean

    Permalink
    Definition Classes
    Vfs1Vfs
  14. def fileObj: FileObject

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromByteArray(a: Array[Byte]): Unit

    Permalink
    Definition Classes
    Vfs
  17. def fromInputStream[A](f: (InputStream) ⇒ A): A

    Permalink
    Attributes
    protected[com.eharmony.aloha.io.vfs]
    Definition Classes
    Vfs
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def inputStream: InputStream

    Permalink
    Definition Classes
    Vfs1Vfs
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isLocal: Boolean

    Permalink
    Definition Classes
    Vfs1Vfs
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def outputStream(append: Boolean = false): OutputStream

    Permalink
    Definition Classes
    Vfs1Vfs
  26. def replicatedToLocal(): File

    Permalink

    If the content DOES NOT exists on the local disk, copy to local disk and return the file descriptor wrapped in a Vfs.

    If the content DOES NOT exists on the local disk, copy to local disk and return the file descriptor wrapped in a Vfs. If the content exists locally, do not copy but

    Definition Classes
    Vfs1Vfs
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def vfsType: VfsType.Value

    Permalink
    Definition Classes
    Vfs1Vfs
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writeToOutStr(f: (OutputStream) ⇒ Unit): Unit

    Permalink
    Attributes
    protected[com.eharmony.aloha.io.vfs]
    Definition Classes
    Vfs

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Vfs

Inherited from AnyRef

Inherited from Any

Ungrouped