Package py4j.examples
Class UTFExample
- java.lang.Object
-
- py4j.examples.UTFExample
-
public class UTFExample extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UTFExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Byte[]
getBytesArray()
byte[]
getBytesValue()
int[]
getBytesValue(byte[] bytes)
int
getJavaByteValue(byte b)
int
getPositiveByteValue(byte b)
byte[]
getSurrogatebytes()
java.lang.Byte[]
getSurrogateBytes()
int[]
getUtfValue(java.lang.String s)
int
strangeMéthod()
-
-
-
Method Detail
-
strangeMéthod
public int strangeMéthod()
-
getSurrogateBytes
public java.lang.Byte[] getSurrogateBytes()
-
getSurrogatebytes
public byte[] getSurrogatebytes()
-
getPositiveByteValue
public int getPositiveByteValue(byte b)
-
getJavaByteValue
public int getJavaByteValue(byte b)
-
getUtfValue
public int[] getUtfValue(java.lang.String s)
-
getBytesValue
public int[] getBytesValue(byte[] bytes)
-
getBytesValue
public byte[] getBytesValue()
-
getBytesArray
public java.lang.Byte[] getBytesArray()
-
-