scala.io

Codec

object Codec extends AnyRef

Inherits

  1. AnyRef
  2. Any

Value Members

  1. val ISO8859: Charset

  2. val UTF8: Charset

  3. def apply(decoder: CharsetDecoder): Codec

  4. def apply(charSet: Charset): Codec

  5. def apply(encoding: String): Codec

  6. def charset2codec(c: Charset): Codec

  7. def decoder2codec(cd: CharsetDecoder): Codec

  8. def default: Codec

  9. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  10. def fromUTF8(cs: CharSequence): Array[Byte]

  11. def hashCode(): Int

    Returns a hash code value for the object

  12. def string2codec(s: String): Codec

  13. def toString(): String

    Returns a string representation of the object

  14. def toUTF8(bytes: Array[Byte]): Array[Char]