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

/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 DWidenerInput.java267 return byteToObject(input.readByte());
270 return (b != null) ? byteToObject(b) : null;
304 private Object byteToObject(byte v) { method in class:WidenerInput

Completed in 77 milliseconds