Question

I have a binary file which has an ASCII metadata header. The elements are of the form "tag = value". Do you know of any Java libraries that will simplify extraction of this metadata.

Was it helpful?

Solution

Yes, you can use Properties. Its load and store methods use a format very similar to the one you described.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top