Searched refs:initBuffer (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.java55 initBuffer(DEFAULT_INIT_SIZE, DEFAULT_BUMP_SIZE);
66 initBuffer(initialSize, DEFAULT_BUMP_SIZE);
78 initBuffer(initialSize, bumpSize);
109 private void initBuffer(int bufferSize, int bumpLen) { method in class:FastOutputStream

Completed in 28 milliseconds