1. Fast alternative to java.nio.charset.Charset.decode(..)/encode(..) stackoverflow.comAnybody knows a faster way to do what |
2. how do i decode, change, then re-encode a CORBA IOR file (Visibroker) in my Java client code? stackoverflow.comI 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.comI 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.comI 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.comI'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.comRight, 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.comI 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.comHi, 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.comHi 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.comHi 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 ... |