Codec

scala.io.Codec
See theCodec companion object
class Codec(val charSet: Charset)

A class for character encoding/decoding preferences.

Value parameters

charSet

the character set used for encoding and decoding operations

Attributes

Companion
object
Source
Codec.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Configure[T] = (T => T, Boolean)

Attributes

Source
Codec.scala

Attributes

Source
Codec.scala

Value members

Concrete methods

Attributes

Source
Codec.scala
def decodingReplaceWith(newReplacement: String): this.type

Attributes

Source
Codec.scala

Attributes

Source
Codec.scala
def encodingReplaceWith(newReplacement: Array[Byte]): this.type

Attributes

Source
Codec.scala
def name: String

Attributes

Source
Codec.scala
def onCodingException(handler: Handler): this.type

Attributes

Source
Codec.scala
def onMalformedInput(newAction: CodingErrorAction): this.type

Attributes

Source
Codec.scala
def onUnmappableCharacter(newAction: CodingErrorAction): this.type

Attributes

Source
Codec.scala
override def toString(): String

The name of the Codec.

The name of the Codec.

Attributes

Definition Classes
Any
Source
Codec.scala
def wrap(body: => Int): Int

Attributes

Source
Codec.scala

Concrete fields

Attributes

Source
Codec.scala