G R S U W

U

uByte - Class in unsigned
Written by Evangelos Haleplidis, e_halep at yahoo dot gr, and Sean R Owens, sean at guild dot net, released to the public domain.
uByte() - Constructor for class unsigned.uByte
Unsigned Byte constructor with no value.
uByte(byte) - Constructor for class unsigned.uByte
Unsigned Byte constructor with an already read unsigned Byte to be converted to Java format.
uByte(short) - Constructor for class unsigned.uByte
Unsigned Byte constructor with a value in Java format.
uByte(ByteBuffer, int) - Constructor for class unsigned.uByte
Unsigned Byte constructor that 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 the constructor.
uByte(byte[], int) - Constructor for class unsigned.uByte
Unsigned Byte constructor that gets an already read unsigned Byte that exists inside a Byte Array at position offset and converts it into the proper format for Java
uInt - Class in unsigned
Written by Evangelos Haleplidis, e_halep at yahoo dot gr, and Sean R Owens, sean at guild dot net, released to the public domain.
uInt() - Constructor for class unsigned.uInt
Unsigned Int constructor with no value.
uInt(int) - Constructor for class unsigned.uInt
Unsigned Int constructor with an already read unsigned Int to be converted to Java format.
uInt(long) - Constructor for class unsigned.uInt
Unsigned Int constructor with a value in Java format.
uInt(ByteBuffer, int) - Constructor for class unsigned.uInt
Unsigned Int constructor that read gets an already read unsigned Int 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 the constructor.
uInt(byte[], int) - Constructor for class unsigned.uInt
Unsigned Int constructor that gets an already read unsigned Integer that exists inside a Byte Array at position offset and converts it into the proper format for Java
unsigned - package unsigned
 
uShort - Class in unsigned
Written by Evangelos Haleplidis, e_halep at yahoo dot gr, and Sean R Owens, sean at guild dot net, released to the public domain.
uShort() - Constructor for class unsigned.uShort
Unsigned Short constructor with no value.
uShort(short) - Constructor for class unsigned.uShort
Unsigned Short constructor with an already read unsigned short to be converted to Java format.
uShort(char) - Constructor for class unsigned.uShort
Unsigned Short constructor with a value in Java format.
uShort(ByteBuffer, int) - Constructor for class unsigned.uShort
Unsigned Short constructor that 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 the constructor.
uShort(byte[], int) - Constructor for class unsigned.uShort
Unsigned Short constructor that 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