Object/Class

scala.io

Codec

Related Docs: class Codec | package io

Permalink

object Codec extends LowPriorityCodecImplicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Codec
  2. LowPriorityCodecImplicits
  3. AnyRef
  4. 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 val ISO8859: Codec

    Permalink
  5. final val UTF8: Codec

    Permalink
  6. def apply(decoder: CharsetDecoder): Codec

    Permalink
  7. def apply(charSet: Charset): Codec

    Permalink
  8. def apply(encoding: String): Codec

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. implicit def charset2codec(c: Charset): Codec

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit def decoder2codec(cd: CharsetDecoder): Codec

    Permalink
  13. def default: Codec

    Permalink
  14. def defaultCharsetCodec: Codec

    Permalink

    Optimistically these two possible defaults will be the same thing.

    Optimistically these two possible defaults will be the same thing. In practice this is not necessarily true, and in fact Sun classifies the fact that you can influence anything at all via -Dfile.encoding as an accident, with any anomalies considered "not a bug".

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. implicit lazy val fallbackSystemCodec: Codec

    Permalink

    The Codec of Last Resort.

    The Codec of Last Resort.

    Definition Classes
    LowPriorityCodecImplicits
  18. def fileEncodingCodec: Codec

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fromUTF8(bytes: Array[Byte], offset: Int, len: Int): Array[Char]

    Permalink
  21. def fromUTF8(bytes: Array[Byte]): Array[Char]

    Permalink
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) This method was previously misnamed toUTF8. Converts from Array[Byte] to Array[Char].

  22. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit def string2codec(s: String): Codec

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def toUTF8(chars: Array[Char], offset: Int, len: Int): Array[Byte]

    Permalink
  32. def toUTF8(cs: CharSequence): Array[Byte]

    Permalink
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) This method was previously misnamed fromUTF8. Converts from character sequence to Array[Byte].

  33. final def wait(): Unit

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

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

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

Inherited from LowPriorityCodecImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped