Codec

scala.io.Codec
See theCodec companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type

Members list

Value members

Concrete methods

def default: Codec

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

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

Attributes

Concrete fields

final val ISO8859: Codec
final val UTF8: Codec

Implicits

Implicits

implicit def charset2codec(c: Charset): Codec
implicit def string2codec(s: String): Codec

Inherited implicits

implicit lazy val fallbackSystemCodec: Codec

The Codec of Last Resort.

The Codec of Last Resort.

Attributes

Inherited from:
LowPriorityCodecImplicits