Class Charset
java.lang.Object
java.nio.charset.Charset
- All Implemented Interfaces:
Comparable<Charset>
Added this for Kotlin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Charset
-
-
Method Details
-
compareTo
Description copied from interface:ComparableCompares this object to the specified object to determine their relative order.- Specified by:
compareToin interfaceComparable<Charset>- Parameters:
another- the object to compare to this instance.- Returns:
- a negative integer if this instance is less than
another; a positive integer if this instance is greater thananother; 0 if this instance has the same order asanother.
-
displayName
-
forName
-