Searched refs:bumpSize (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.java74 * @param bumpSize the amount to increment the buffer.
76 public FastOutputStream(int initialSize, int bumpSize) { argument
78 initBuffer(initialSize, bumpSize);
99 * @param bumpSize the amount to increment the buffer. If zero (the
103 public FastOutputStream(byte[] buffer, int bumpSize) { argument
106 bumpLen = bumpSize;

Completed in 24 milliseconds