rapture.io

Encodings

object Encodings extends Lookup[String]

Provides references to standard character encodings provided by Java. Encodings are represented by instances of the Encoding case class, which is a simple wrapper over a String of the encoding's name. Several standard encodings are provided and identified by the encoding's canonical name for the avoidance of ambiguity. These instances will typically require escaping with backticks in order to be referenced, however type safety will be ensured.

Linear Supertypes
Lookup[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Encodings
  2. Lookup
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AutoAppend extends AnyRef

    Definition Classes
    Lookup
  2. case class Encoding(name: String) extends AutoAppend with Product with Serializable

    Annotations
    @implicitNotFound( ... )
  3. type Item = Encoding

    Definition Classes
    Encodings → Lookup

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. lazy val Default: Option[Item]

    The default file system encoding for this system

  5. val ISO-8859-1: Encoding

  6. val ISO-8859-13: Encoding

  7. val ISO-8859-15: Encoding

  8. val ISO-8859-2: Encoding

  9. val ISO-8859-4: Encoding

  10. val ISO-8859-5: Encoding

  11. val ISO-8859-7: Encoding

  12. val ISO-8859-9: Encoding

  13. val KOI8-R: Encoding

  14. val US-ASCII: Encoding

  15. val UTF-16: Encoding

  16. val UTF-16BE: Encoding

  17. val UTF-16LE : Encoding

  18. val UTF-8: Encoding

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def elements: Iterator[Item]

    Definition Classes
    Lookup
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  28. def lookup(idx: String): Option[Item]

    Definition Classes
    Lookup
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val windows-1250: Encoding

  38. val windows-1251: Encoding

  39. val windows-1252: Encoding

  40. val windows-1253: Encoding

  41. val windows-1254: Encoding

  42. val windows-1257: Encoding

Inherited from Lookup[String]

Inherited from AnyRef

Inherited from Any

Ungrouped