|
Scala Library Documentation
|
|
scala/io/UTF8Codec.scala]
object
UTF8Codec
extends AnyRef| Method Summary | |
def
|
decode (src : Array[Byte], from : Int, dst : Array[Char], to : Int, len : Int) : Int |
def
|
decode (src : Array[Byte], from : Int, len : Int) : String |
def
|
encode (src : Array[Char], from : Int, dst : Array[Byte], to : Int, len : Int) : Int |
def
|
encode (s : String) : Array[Byte] |
def
|
encode (s : String, dst : Array[Byte], to : Int) : Int |
| 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 |
|
Scala Library Documentation
|
|