dimanche 4 septembre 2016

how I decide the masking whether I have to use 0x0F,0xF1 [on hold]

Although this might be a silly question but I don't know why 0x0F is chosen for masking,generally ? eg. in Java

byte b = (byte)0xF1;
(b>>4)& 0x0F

Aucun commentaire:

Enregistrer un commentaire