Is it possible to minimize data type(int) size ?
Hello,
I am developing an application using java-networks programming. where i need to build packets of length of 64bits. the packet contains various fileds with various lengths. one field is named as sequence number, its length is 24bits . if i declared it as a int, it occupies 32bits, but i need only 24bits. How can i convert 32bits into 24 bits. is there any solutions for this ?.
sincerely
rama

