1. Developing a (file) exchange format for java stackoverflow.comI want to come up with a binary format for passing data between application instances in a form of POFs (Plain Old Files ;)). Prerequisites:
|
2. Reading binary file without knowing file format stackoverflow.comI'm working on a java project and i have to read some files like these: - EntryID.data - EntryID.index - KeyText.data - KeyText.index ... I think these files are used in a dictionary project but i ... |