class
Codec
extends AnyRef
Instance Constructors
-
new
Codec
(charSet: Charset)
Type Members
-
type
Configure
[T]
= ((T) ⇒ T, Boolean)
-
type
Handler
= (CharacterCodingException) ⇒ Int
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
charSet
: Charset
-
def
clone
(): AnyRef
-
def
decode
(bytes: Array[Byte]): Array[Char]
-
def
decoder
: CharsetDecoder
-
def
decodingReplaceWith
(newReplacement: String): Codec.this.type
-
def
encode
(cs: CharSequence): Array[Byte]
-
def
encoder
: CharsetEncoder
-
def
encodingReplaceWith
(newReplacement: Array[Byte]): Codec.this.type
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
lazy val
hasConstantSize
: Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onCodingException
(handler: Handler): Codec.this.type
-
def
onMalformedInput
(newAction: CodingErrorAction): Codec.this.type
-
def
onUnmappableCharacter
(newAction: CodingErrorAction): Codec.this.type
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
translate
(string: String)(to: Codec): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
wrap
(body: ⇒ Int): Int
Inherited from AnyRef
Inherited from Any
A class for character encoding/decoding preferences.