Searched refs:bumpLen (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/util/
H A DFastOutputStream.java42 private int bumpLen; field in class:FastOutputStream
90 bumpLen = DEFAULT_BUMP_SIZE;
106 bumpLen = bumpSize;
109 private void initBuffer(int bufferSize, int bumpLen) { argument
111 this.bumpLen = bumpLen;
271 /* Double the buffer if the bumpLen is zero. */
272 int bump = (bumpLen > 0) ? bumpLen : buf.length;

Completed in 18 milliseconds