G R S U W

R

read(byte) - Method in class unsigned.uByte
Read gets an already read unsigned byte and converts it into the proper format for Java
read(ByteBuffer, int) - Method in class unsigned.uByte
Read gets an already read unsigned Byte that exists inside a ByteBuffer at position offset and converts it into the proper format for Java Caution, the position of the bytebuffer is not changed inside this read call.
read(byte[], int) - Method in class unsigned.uByte
Read gets an already read unsigned Short that exists inside a Byte Array at position offset and converts it into the proper format for Java
read(int) - Method in class unsigned.uInt
Read gets an already read unsigned Integer and converts it into the proper format for Java
read(ByteBuffer, int) - Method in class unsigned.uInt
Read gets an already read unsigned Integer that exists inside a ByteBuffer at position offset and converts it into the proper format for Java Caution, the position of the bytebuffer is not changed inside this read call.
read(byte[], int) - Method in class unsigned.uInt
Read gets an already read unsigned Integer that exists inside a Byte Array at position offset and converts it into the proper format for Java
read(short) - Method in class unsigned.uShort
Read gets an already read unsigned Short and converts it into the proper format for Java
read(ByteBuffer, int) - Method in class unsigned.uShort
Read gets an already read unsigned Short that exists inside a ByteBuffer at position offset and converts it into the proper format for Java Caution, the position of the bytebuffer is not changed inside this read call.
read(byte[], int) - Method in class unsigned.uShort
Read gets an already read unsigned Integer that exists inside a Byte Array at position offset and converts it into the proper format for Java

G R S U W