I have some data in field type Byte ( I save eight inputs in Byte, every bit is one input ). How to change just one input in that field ( Byte) but not to lose information about
Note that the "Byte" wrapper class is immutable, and you will need to work with "byte".