Searched refs:getBigIntegerByteLength (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DBigIntegerBinding.java68 int len = TupleOutput.getBigIntegerByteLength(val);
H A DTupleOutput.java556 public static int getBigIntegerByteLength(BigInteger val) { method in class:TupleOutput
H A DTupleInput.java667 public final int getBigIntegerByteLength() { method in class:TupleInput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java792 input.skipFast(input.getBigIntegerByteLength());
797 int len = input.getBigIntegerByteLength();

Completed in 112 milliseconds