scala.io

class Codec

[source: scala/io/Codec.scala]

class Codec(val charSet : java.nio.charset.Charset)
extends AnyRef
A class for character encoding/decoding preferences.
Method Summary
def decoder : java.nio.charset.CharsetDecoder
def encoder : java.nio.charset.CharsetEncoder
def malformedAction : java.nio.charset.CodingErrorAction
def name : java.lang.String
def receivedMalformedInput (e : java.lang.Exception) : Char
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def name : java.lang.String

def decoder : java.nio.charset.CharsetDecoder

def encoder : java.nio.charset.CharsetEncoder

def malformedAction : java.nio.charset.CodingErrorAction

def receivedMalformedInput(e : java.lang.Exception) : Char