object Charset
- Alphabetic
- By Inheritance
- Charset
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val availableCharsets: Map[String, Charset]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val defaultCharset: Charset
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forName(name: String): Charset
Returns a charset object for the named charset.
Returns a charset object for the named charset.
- Exceptions thrown
java.nio.charset.IllegalCharsetNameException
if the given charset name is illegaljava.nio.charset.UnsupportedCharsetException
if no support for the named charset is available in this instance of the Java virtual machine
- def forNameIfSupported(name: String): Option[Charset]
Returns a charset for the given name, if it is a legal name supported by the JVM.
Returns a charset for the given name, if it is a legal name supported by the JVM.
- returns
The charset if it is supported, otherwise
None
- def fromJava(javaCharset: java.nio.charset.Charset): Charset
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegalAndSupported(name: String): Boolean
Tells whether the name is a legal charset name, ans is support by the JVM.
- def isSupported(name: String): Boolean
Tells whether the named charset is supported.
Tells whether the named charset is supported.
- Exceptions thrown
java.nio.charset.IllegalCharsetNameException
if the given charset name is illegal
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Standard