I'm making an application to parse dxf file. I don't understand what is the size of the group code in binary files. For the specifics the size is 1 (byte) but i also encounter on many files group code with 2 bytes. For example the group code 2 is in the form: 02 00 (hex) How i handle this situations?