public class PerforceShiftJISCharset extends Charset
Modifier and Type | Field and Description |
---|---|
static boolean |
UNICODE_MAPPING |
Modifier | Constructor and Description |
---|---|
protected |
PerforceShiftJISCharset(String canonical,
String[] aliases)
Constructor for the P4ShiftJIS charset.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Charset cs)
Tells whether or not this charset contains the given charset.
|
CharsetDecoder |
newDecoder()
Called by users of this Charset to obtain a decoder.
|
CharsetEncoder |
newEncoder()
Called by users of this Charset to obtain an encoder.
|
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
public CharsetEncoder newEncoder()
newEncoder
in class Charset
public CharsetDecoder newDecoder()
newDecoder
in class Charset
Copyright © 2017 Perforce Software. All Rights Reserved.