Package org.jcodings.specific
Class BIG5Encoding
- java.lang.Object
-
- org.jcodings.Encoding
-
- org.jcodings.AbstractEncoding
-
- org.jcodings.MultiByteEncoding
-
- org.jcodings.CanBeTrailTableEncoding
-
- org.jcodings.specific.BaseBIG5Encoding
-
- org.jcodings.specific.BIG5Encoding
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class BIG5Encoding extends BaseBIG5Encoding
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
BIG5
(package private) static int[]
Big5EncLen
static BIG5Encoding
INSTANCE
-
Fields inherited from class org.jcodings.specific.BaseBIG5Encoding
BIG5_CAN_BE_TRAIL_TABLE
-
Fields inherited from class org.jcodings.CanBeTrailTableEncoding
CanBeTrailTable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BIG5Encoding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCharsetName()
The name of the equivalent Java Charset for this encoding.-
Methods inherited from class org.jcodings.specific.BaseBIG5Encoding
codeToMbc, codeToMbcLength, ctypeCodeRange, isCodeCType, length, mbcCaseFold, mbcToCode
-
Methods inherited from class org.jcodings.CanBeTrailTableEncoding
isReverseMatchAllowed, leftAdjustCharHead
-
Methods inherited from class org.jcodings.MultiByteEncoding
caseMap, isInRange, length, lengthForTwoUptoFour, mb2CodeToMbc, mb2CodeToMbcLength, mb2IsCodeCType, mb4CodeToMbc, mb4CodeToMbcLength, mb4IsCodeCType, mbnMbcCaseFold, mbnMbcToCode, missing, missing, safeLengthForUptoFour, safeLengthForUptoThree, safeLengthForUptoTwo, strCodeAt, strLength
-
Methods inherited from class org.jcodings.AbstractEncoding
applyAllCaseFold, asciiApplyAllCaseFold, asciiCaseFoldCodesByString, asciiMbcCaseFold, caseFoldCodesByString, isCodeCTypeInternal, isNewLine, propertyNameToCType
-
Methods inherited from class org.jcodings.Encoding
asciiToLower, asciiToUpper, digitVal, equals, getCharset, getIndex, getName, hashCode, isAlnum, isAlpha, isAscii, isAscii, isAsciiCompatible, isBlank, isCntrl, isDigit, isDummy, isFixedWidth, isGraph, isLower, isMbcAscii, isMbcCrnl, isMbcHead, isMbcWord, isNewLine, isPrint, isPunct, isSbWord, isSingleByte, isSpace, isUnicode, isUpper, isUTF8, isWord, isWordGraphPrint, isXDigit, load, load, maxLength, maxLengthDistance, mbcodeStartPosition, minLength, odigitVal, prevCharHead, rightAdjustCharHead, rightAdjustCharHeadWithPrev, setDummy, setName, setName, step, stepBack, strByteLengthNull, strLengthNull, strNCmp, toLowerCaseTable, toString, xdigitVal
-
-
-
-
Field Detail
-
BIG5
private static final java.lang.String BIG5
- See Also:
- Constant Field Values
-
Big5EncLen
static final int[] Big5EncLen
-
INSTANCE
public static final BIG5Encoding INSTANCE
-
-
Method Detail
-
getCharsetName
public java.lang.String getCharsetName()
Description copied from class:Encoding
The name of the equivalent Java Charset for this encoding. Defaults to the name of the encoding. Subclasses can override this to provide a different name.- Overrides:
getCharsetName
in classEncoding
- Returns:
- the name of the equivalent Java Charset for this encoding
-
-