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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java20 * provides <code>readFast()</code> methods that are not declared to throw
94 return readFast();
99 return readFast(toBuf, 0, toBuf.length);
104 return readFast(toBuf, offset, length);
124 public final int readFast() { method in class:FastInputStream
134 public final int readFast(byte[] toBuf) { method in class:FastInputStream
136 return readFast(toBuf, 0, toBuf.length);
144 public final int readFast(byte[] toBuf, int offset, int length) { method in class:FastInputStream
/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 DTupleInput.java184 int c = readFast();
366 int c = readFast();
386 int c1 = readFast();
387 int c2 = readFast();
409 long c1 = readFast();
410 long c2 = readFast();
411 long c3 = readFast();
412 long c4 = readFast();
426 long c1 = readFast();
427 long c2 = readFast();
[all...]
/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.java152 output.writeFast(input.readFast());
224 output.writeFast(input.readFast());
301 output.writeFast(input.readFast());
302 output.writeFast(input.readFast());
379 output.writeFast(input.readFast());
380 output.writeFast(input.readFast());
381 output.writeFast(input.readFast());
382 output.writeFast(input.readFast());
538 output.writeFast(input.readFast());
539 output.writeFast(input.readFast());
[all...]

Completed in 116 milliseconds