Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by EBMer

  1. EBMer

    parse binary file (word16 format) and convert to short

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

Part and Inventory Search

Back
Top