py4j.examples
Class UTFExample

java.lang.Object
  extended by py4j.examples.UTFExample

public class UTFExample
extends Object


Constructor Summary
UTFExample()
           
 
Method Summary
 Byte[] getBytesArray()
           
 byte[] getBytesValue()
           
 int[] getBytesValue(byte[] bytes)
           
 int getJavaByteValue(byte b)
           
 int getPositiveByteValue(byte b)
           
 int[] getUtfValue(String s)
           
 int strangeMéthod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTFExample

public UTFExample()
Method Detail

strangeMéthod

public int strangeMéthod()

getPositiveByteValue

public int getPositiveByteValue(byte b)

getJavaByteValue

public int getJavaByteValue(byte b)

getUtfValue

public int[] getUtfValue(String s)

getBytesValue

public int[] getBytesValue(byte[] bytes)

getBytesValue

public byte[] getBytesValue()

getBytesArray

public Byte[] getBytesArray()