Stefan Kovacs
Member since Dec 9, 2014
- Profile: /members/12459-stefan-kovacs.htm
- URL: http://-
- Comments: 2
Recent Blog Comments By Stefan Kovacs
-
Transforming Binary Data At The Bit Level Using ColdFusion And BitBuffer.cfc
Posted on Dec 11, 2014 at 5:48 AM
I used a collateral solution. I've created a .NET assembly with the desired function, imported with cfObject and everything works. No more signed or unsigned bytes. Headache off. Thanks Again for your Articles. I did not post very often, but I pay visits every day :)... read more »
-
Transforming Binary Data At The Bit Level Using ColdFusion And BitBuffer.cfc
Posted on Dec 9, 2014 at 12:19 PM
Hello Ben. My question is a little off-topic but I don't know where to post it. Please Light me up how to use your bitbuffer component to convert an array of bytes to float. I tried without bitbuffer like this: arr=[23,217,10,65]; ByteBuffer = createObject("java","java.nio.ByteBuff... read more »