format « binary File « Java I/O Q&A





1. Developing a (file) exchange format for java    stackoverflow.com

I want to come up with a binary format for passing data between application instances in a form of POFs (Plain Old Files ;)). Prerequisites:

  1. should be cross-platform
  2. information to be persisted includes a ...

2. Reading binary file without knowing file format    stackoverflow.com

I'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 ...