static <T> BufferedIterator<T>
bufferedIterator(Iterator<T> oriIterator, int bufferedSize)
[Web Site]