public abstract class

MS932DB

extends Charset
java.lang.Object
   ↳ java.nio.charset.Charset
     ↳ sun.nio.cs.ext.MS932DB

Summary

Nested Classes
class MS932DB.Decoder  
class MS932DB.Encoder  
Protected Constructors
MS932DB()
Public Methods
CharsetDecoder newDecoder()
Constructs a new decoder for this charset.
CharsetEncoder newEncoder()
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

Protected Constructors

protected MS932DB ()

Public Methods

public CharsetDecoder newDecoder ()

Constructs a new decoder for this charset.

Returns
  • A new decoder for this charset

public CharsetEncoder newEncoder ()

Constructs a new encoder for this charset.

Returns
  • A new encoder for this charset