binary files:
word16 format; Byte order is little endian; they stor short values
Now I want to parse these files, getting the short values and write them in ASCII format to a new file, using Java's New IO. I made a channel and a buffer:
FileChannel fcOut = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.