class
Codec extends AnyRef
Instance Constructors
-
new
Codec(charSet: Charset)
Type Members
-
type
Configure[T] = ((T) ⇒ T, Boolean)
-
type
Handler = (CharacterCodingException) ⇒ Int
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
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
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
lazy val
hasConstantSize: Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onCodingException(handler: (CharacterCodingException) ⇒ Int): Codec.this.type
-
def
onMalformedInput(newAction: CodingErrorAction): Codec.this.type
-
def
onUnmappableCharacter(newAction: CodingErrorAction): Codec.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
translate(string: String)(to: Codec): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrap(body: ⇒ Int): Int
Inherited from AnyRef
Inherited from Any
A class for character encoding/decoding preferences.