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.
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
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.
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 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.
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