Top Inners Constructors Methods
sun.nio.cs

public Class UTF_16

extends Unicode
Class Inheritance
Imports
java.nio.charset.Charset, .CharsetDecoder, .CharsetEncoder

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static class
private static class

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
public CharsetDecoder
newDecoder()

Implements abstract java.nio.charset.Charset.newDecoder.

Constructs a new decoder for this charset.
public CharsetEncoder
newEncoder()

Implements abstract java.nio.charset.Charset.newEncoder.

Constructs a new encoder for this charset.
Inherited from sun.nio.cs.Unicode:
contains

Constructor Detail

UTF_16back to summary
public UTF_16()

Method Detail

historicalNameback to summary
public String historicalName()

Implements sun.nio.cs.HistoricallyNamedCharset.historicalName.

newDecoderback to summary
public CharsetDecoder newDecoder()

Implements abstract java.nio.charset.Charset.newDecoder.

Doc from java.nio.charset.Charset.newDecoder.

Constructs a new decoder for this charset.

Returns:CharsetDecoder

A new decoder for this charset

newEncoderback to summary
public CharsetEncoder newEncoder()

Implements abstract java.nio.charset.Charset.newEncoder.

Doc from java.nio.charset.Charset.newEncoder.

Constructs a new encoder for this charset.

Returns:CharsetEncoder

A new encoder for this charset

sun.nio.cs back to summary

private Class UTF_16.Decoder

extends UnicodeDecoder
Class Inheritance

Field Summary

Inherited from sun.nio.cs.UnicodeDecoder:
BIGBYTE_ORDER_MARKLITTLENONEREVERSED_MARK

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from sun.nio.cs.UnicodeDecoder:
decodeLoopimplReset

Constructor Detail

Decoderback to summary
public Decoder(Charset cs)
sun.nio.cs back to summary

private Class UTF_16.Encoder

extends UnicodeEncoder
Class Inheritance

Field Summary

Inherited from sun.nio.cs.UnicodeEncoder:
BIGBYTE_ORDER_MARKLITTLEREVERSED_MARK

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from sun.nio.cs.UnicodeEncoder:
canEncodeencodeLoopimplReset

Constructor Detail

Encoderback to summary
public Encoder(Charset cs)