Searched refs:READ_STEP (Results 1 – 1 of 1) sorted by relevance
28 private static final int READ_STEP = 4096; field in BytesBufferPool46 int step = Math.min(READ_STEP, capacity - length); in readFrom()