Write prepares the unsigned Byte from Java format to be written into the proper unsigned format for the wire and puts it at a ByteBuffer at position equal to offset.
Write prepares the unsigned Byte from Java format to be written into the proper unsigned format for the wire and puts it at a ByteArray at position equal to offset.
Write prepares the unsigned Int from Java format to be written into the proper unsigned format for the wire and puts it at a ByteBuffer at position equal to offset.
Write prepares the unsigned Int from Java format to be written into the proper unsigned format for the wire and puts it at a ByteArray at position equal to offset.
Write prepares the unsigned Short from Java format to be written into the proper unsigned format for the wire and puts it at a ByteBuffer at position equal to offset.
Write prepares the unsigned Short from Java format to be written into the proper unsigned format for the wire and puts it at a ByteArray at position equal to offset.