Re: question about ChecksumFSInputChecker

2012-11-27 Thread Yin Huai
Is there anyone who can answer my question? Thansk, Yin On Fri, Nov 16, 2012 at 4:15 PM, Yin Huai wrote: > Hi All, > > I have a question about the method read in CheckSumFSInputChecker. Can you > let me know why the file will be opened and closed for every read operation? > > thanks, > > Yin >

question about ChecksumFSInputChecker

2012-11-16 Thread Yin Huai
Hi All, I have a question about the method read in CheckSumFSInputChecker. Can you let me know why the file will be opened and closed for every read operation? thanks, Yin Here is the code of CheckSumFSInputChecker.read(...) ... public int read(long position, byte[] b, int off, int len) t