| java.lang.Object | ||
| ↳ | java.nio.charset.Charset | |
| ↳ | sun.nio.cs.ext.HKSCS | |
Known Direct Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HKSCS.Decoder | |||||||||||
| HKSCS.Encoder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
These accessors are temporarily supplied while sun.io
converters co-exist with the sun.nio.cs.{ext} charset coders
These facilitate sharing of conversion tables between the
two co-existing implementations.
| |||||||||||
Constructs a new decoder for this charset.
| |||||||||||
Constructs a new encoder for this charset.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.nio.charset.Charset
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
These accessors are temporarily supplied while sun.io converters co-exist with the sun.nio.cs.{ext} charset coders These facilitate sharing of conversion tables between the two co-existing implementations. When sun.io converters are made extinct these will be unncessary and should be removed
Constructs a new decoder for this charset.
Constructs a new encoder for this charset.