Decode « Development « Java I/O Q&A





1. Fast alternative to java.nio.charset.Charset.decode(..)/encode(..)    stackoverflow.com

Anybody knows a faster way to do what java.nio.charset.Charset.decode(..)/encode(..) does? It's currently one of the bottleneck of a technology that I'm using. [EDIT] Specifically, in my application, I changed one segment from a java-solution ...

2. how do i decode, change, then re-encode a CORBA IOR file (Visibroker) in my Java client code?    stackoverflow.com

I am writing code to ingest the IOR file generated by the team responsible for the server and use it to bind my client to their object. Sounds easy, right? For ...

3. decode large base64 from xml in java: OutOfMemory    stackoverflow.com

I need to write a base64 encoded element of an xml file into a separate file. Problem: the file could easily reach the size of 100 MB. Every solution I tried ...

4. parse ogg file in java without decoding    stackoverflow.com

I have a .spx file (an Ogg file with Speex-encoded audio). I would like to use Java to pull the Speex-encoded bytes out of the Ogg container. The problem is, it ...

5. Decrypt / decode minecraft .dat files    stackoverflow.com

I'm working on a 3rd party tools for minecraft, and I been searching for a solution but I couldn't find one figure out how to decrypt .dat files. BTW using java ...

6. Decoding serial port device    coderanch.com

Right, bit of a complicated one to explain. I need to decode the 'commands' sent to and information received from a device so I can write a new program to control it. From what i've been told, it's a serial port device (from late 80's). I have the original DOS based computer and program(or at least soon will have) that currently ...

7. Using Visibroker, how do i decode, change, then re-encode a CORBA IOR file in my Java client    coderanch.com

I am writing code to ingest the IOR file generated by the team responsible for the server and use it to bind my client to their object. That's the easy part; if this was all there was to it, I wouldn't be here. For some reason a bit beyond my grasp (having to do with firewalls, DMZs, etc.), the value for ...

8. How to decode a JCAPS OTD meta file    coderanch.com

Hi, Can anyone help me to knw how to decode a JCAPS generated OTD meta file. I am using this for a migration purpose. My meta file looks something like this below: ******************************************* # This is the OTD metadata, generated by FogMeta. # Format: @index id info display-name Java-name class # Id is parent-node key + '.' + child-index. # Info ...

9. decoding file with unknown column headers    forums.oracle.com

Hi all, I have a file that contains alot of binary data that I would like to decode. The names of column headers are unknown. Actually, they could be known (most, if not all of them), but the order in which they appear in the file isn't. Is there any source code that enables me to read the file, and 1. ...





10. Decoding paletted TIF files...    forums.oracle.com

11. Help decoding ByteArray from file    forums.oracle.com

Hi guys, I was wondering if anybody could help me. I have a file that I am trying to parse, it is produced by an external piece of software that I have no control over, and the company that creates the software aren't been very helpful with giving me the structure of the file. What I know about the file, is ...