I'm trying to use BigInteger for representing an unsigned 64 bit (long) coming from C in java and my approach is exactly same as mentioned in the following post.
http://technologicaloddity.com/2010/09/22/biginteger-as-unsigned-long-in-java/
Can one of you please validate that this approach is correct?
Any help in this regard appreciated.