On Tue, Oct 25, 2011 at 3:56 PM, Emmanuel Lecharny <[email protected]> wrote: > Hi, > > I see that the readLogRecord() method tries to read some data from the log > file, with a specified size. It calls the LogFileManager.read( buffer, > offset, size ) method, which reads the exect buber of bytes required, or > throws an exception. So is it a good idea to return the number of read bytes > ?
retruning the number of bytes read should not be necessary and it is not used anywhere. I will remove it. > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
