Package com.biglybt.core.internat
Class LocaleUtilDecoderReal
java.lang.Object
com.biglybt.core.internat.LocaleUtilDecoderReal
- All Implemented Interfaces:
LocaleUtilDecoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CharsetDecoder
protected final int
private AEMonitor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LocaleUtilDecoderReal
(int _index, CharsetDecoder _decoder) -
Method Summary
-
Field Details
-
decoder
-
index
protected final int index -
this_mon
-
-
Constructor Details
-
LocaleUtilDecoderReal
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceLocaleUtilDecoder
-
getIndex
public int getIndex()- Specified by:
getIndex
in interfaceLocaleUtilDecoder
-
tryDecode
- Specified by:
tryDecode
in interfaceLocaleUtilDecoder
-
decodeString
- Specified by:
decodeString
in interfaceLocaleUtilDecoder
-