Searched refs:bytesToObject (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistComparator.java64 Comparable k1 = (Comparable) binding.bytesToObject(b1, 0, b1.length);
65 Comparable k2 = (Comparable) binding.bytesToObject(b2, 0, b2.length);
H A DPersistKeyBinding.java69 Object bytesToObject(byte[] bytes, int offset, int length) { method in class:PersistKeyBinding
89 return bytesToObject

Completed in 30 milliseconds