- java.lang.Object
-
- org.jcodings.transcode.Transcoding
-
public class Transcoding extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFOURbtstatic intFUNiistatic intFUNiostatic intFUNsistatic intFUNsiostatic intFUNsostatic intGB4btstatic intINVALIDstatic intLASTstatic intNOMAPstatic intNOMAP_RESUME_1static intONEbtstatic intSTR1static intTHREEbtTranscodertranscoderstatic intTWObtstatic intUNDEFstatic intZERObtstatic intZeroXResume_1static intZeroXResume_2
-
Constructor Summary
Constructors Constructor Description Transcoding(Transcoder transcoder, int flags)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intBL_ACTION(Transcoding tc, byte b)static intBL_MAX_BYTE(Transcoding tc)static intBL_MIN_BYTE(Transcoding tc)static intBL_OFFSET(Transcoding tc, int b)static bytegetBT0(int a)static bytegetBT1(int a)static bytegetBT2(int a)static bytegetBT3(int a)static bytegetGB4bt0(int a)static bytegetGB4bt1(int a)static bytegetGB4bt2(int a)static bytegetGB4bt3(int a)StringtoString()static intWORDINDEX2INFO(int widx)
-
-
-
Field Detail
-
transcoder
public final Transcoder transcoder
-
NOMAP
public static final int NOMAP
- See Also:
- Constant Field Values
-
ONEbt
public static final int ONEbt
- See Also:
- Constant Field Values
-
TWObt
public static final int TWObt
- See Also:
- Constant Field Values
-
THREEbt
public static final int THREEbt
- See Also:
- Constant Field Values
-
FOURbt
public static final int FOURbt
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
UNDEF
public static final int UNDEF
- See Also:
- Constant Field Values
-
ZERObt
public static final int ZERObt
- See Also:
- Constant Field Values
-
FUNii
public static final int FUNii
- See Also:
- Constant Field Values
-
FUNsi
public static final int FUNsi
- See Also:
- Constant Field Values
-
FUNio
public static final int FUNio
- See Also:
- Constant Field Values
-
FUNso
public static final int FUNso
- See Also:
- Constant Field Values
-
STR1
public static final int STR1
- See Also:
- Constant Field Values
-
GB4bt
public static final int GB4bt
- See Also:
- Constant Field Values
-
FUNsio
public static final int FUNsio
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
NOMAP_RESUME_1
public static final int NOMAP_RESUME_1
- See Also:
- Constant Field Values
-
ZeroXResume_1
public static final int ZeroXResume_1
- See Also:
- Constant Field Values
-
ZeroXResume_2
public static final int ZeroXResume_2
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Transcoding
public Transcoding(Transcoder transcoder, int flags)
-
-
Method Detail
-
WORDINDEX2INFO
public static int WORDINDEX2INFO(int widx)
-
BL_MIN_BYTE
public static int BL_MIN_BYTE(Transcoding tc)
-
BL_MAX_BYTE
public static int BL_MAX_BYTE(Transcoding tc)
-
BL_OFFSET
public static int BL_OFFSET(Transcoding tc, int b)
-
BL_ACTION
public static int BL_ACTION(Transcoding tc, byte b)
-
getGB4bt0
public static byte getGB4bt0(int a)
-
getGB4bt1
public static byte getGB4bt1(int a)
-
getGB4bt2
public static byte getGB4bt2(int a)
-
getGB4bt3
public static byte getGB4bt3(int a)
-
getBT1
public static byte getBT1(int a)
-
getBT2
public static byte getBT2(int a)
-
getBT3
public static byte getBT3(int a)
-
getBT0
public static byte getBT0(int a)
-
-