I want to make a DAT file, but not a file that is a txt file with a changed extension, a GZipped dat file. A one that you can't read from notepad or anything but can use it in java code.
Printable View
I want to make a DAT file, but not a file that is a txt file with a changed extension, a GZipped dat file. A one that you can't read from notepad or anything but can use it in java code.
Ok I made a GZipped dat file with another program, how can I read it now?