Commits

Raymond Lu committed 15135723d6f
[svn-r12788] Enable the algorithm of Direct driver to read data in fragment from file. If the application requests large data from file, to avoid using too much of memory for copying data from library's own aligned buffer to application's (unaligned) buffer, this step is done in fragment. The next step checkin is to handle writing data in fragment.