Tagged Questions
8
votes
3answers
1k views
(java) Writing in file little endian
I'm trying to write TIFF IFDs, and I'm looking for a simple way to do the following (this code obviously is wrong but it gets the idea across of what I want):
out.writeChar(12) (bytes 0-1)
...