Codec

class Codec(val charSet: Charset)

A class for character encoding/decoding preferences.

Companion:
object
Source:
Codec.scala
class Object
trait Matchable
class Any

Type members

Types

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

Value members

Concrete methods

def decodingReplaceWith(newReplacement: String): Codec.this.type
def encodingReplaceWith(newReplacement: Array[Byte]): Codec.this.type
def onCodingException(handler: Handler): Codec.this.type
def onMalformedInput(newAction: CodingErrorAction): Codec.this.type
def onUnmappableCharacter(newAction: CodingErrorAction): Codec.this.type
override def toString: String

The name of the Codec.

The name of the Codec.

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

Concrete fields