Results 1 to 2 of 2
Thread: Bit Array to Byte Array in java
- 11-30-2012, 06:32 AM #1
Member
- Join Date
- Nov 2012
- Posts
- 1
- Rep Power
- 0
Bit Array to Byte Array in java
How do i convert a BitArray( Bit Set in Java) to Byte Array. There is a functionality in JDK 1.7 to do the same. But there is a constraint here that i have to use JDK 1.4 and in JDK 1.4 there is no such functionality. It is need to be done on very urgent basis. Please help me out with a consolidate solution. My client has hanged sword over my neck...
- 11-30-2012, 08:24 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: Bit Array to Byte Array in java
1) You didn't negotiate well enough before you signed that contract;
2) JDK 1.4 is dead as a doornail;
3) You have to specify if bit #0 is the least significant bit in a byte or not;
4) Inform the police about the behaviour of your client;
5) 9.981 points on the drama-o-meter for your post.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
convertir byte array "byte[]" to an image in j2me
By skon in forum New To JavaReplies: 1Last Post: 10-21-2011, 11:55 AM -
convert byte array into char array
By kgkamaraj in forum New To JavaReplies: 4Last Post: 09-13-2011, 11:32 AM -
String Array to a Byte Array?
By lazarus1410 in forum Advanced JavaReplies: 1Last Post: 12-03-2010, 08:25 AM -
byte array.....
By harsha.udupa2008 in forum New To JavaReplies: 1Last Post: 04-27-2010, 12:33 PM -
String array to byte array?!
By Joe2003 in forum Advanced JavaReplies: 5Last Post: 02-28-2009, 06:09 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks