org.ccnx.ccn.test.impl.support.DataUtilsTest Class Reference
List of all members.
Public Member Functions |
void | testByteArrayToUnsignedLong () throws Exception |
| This should perform like BigInteger(1,bytes).longVlaue().
|
void | testUnsignedLongToByteArray () throws Exception |
void | testSegmentationProfile () throws Exception |
Package Attributes |
long[] | testset |
Random | _rnd = new Random() |
Member Function Documentation
void org.ccnx.ccn.test.impl.support.DataUtilsTest.testByteArrayToUnsignedLong |
( |
|
) |
throws Exception |
This should perform like BigInteger(1,bytes).longVlaue().
- Exceptions:
-
Member Data Documentation
long [] org.ccnx.ccn.test.impl.support.DataUtilsTest.testset [package] |
Initial value: {0, 0x0FL, 0x0000FFFFFFFFL, 0x7FFFFFFFL, 0x0000FFFFFFFFFFFFL, 0x1000000000000L,
0x1000FFFFFFFFFFFFL, 0x7000FFFFFFFFFFFFL, 0xF000FFFFFFFFFFFFL}
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/impl/support/DataUtilsTest.java