|
|
|
|
|
by Hashex129542
411 days ago
|
|
We are just changing the encoders and decoder program only from text to binary. The front end software remains same for example we are using for CSV. The binary form has lot of benefits than plain text form in editing. For example, when you are replacing UIn8 value from 0 to 100 then you just replacing a byte at a position instead of rewriting whole document. |
|