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