scala.io

Codec

object Codec extends LowPriorityCodecImplicits

Source
Codec.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Codec
  2. LowPriorityCodecImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final val ISO8859: Codec

  7. final val UTF8: Codec

  8. def apply(decoder: CharsetDecoder): Codec

  9. def apply(charSet: Charset): Codec

  10. def apply(encoding: String): Codec

  11. final def asInstanceOf[T0]: T0

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

  13. def clone(): AnyRef

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

  15. def default: Codec

  16. def defaultCharsetCodec: Codec

    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".

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

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

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

    The Codec of Last Resort.

    The Codec of Last Resort.

    Definition Classes
    LowPriorityCodecImplicits
  20. def fileEncodingCodec: Codec

  21. def finalize(): Unit

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

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

    Annotations
    @migration
    Migration

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

    Annotations
    @migration
    Migration

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

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityCodecImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped