Fetch the list of files that have been open longer than a specified amount of time.
@param prefix path prefix specifying subset of files to examine
@param millis select files that have been open longer that this
@param start where to start searching in the case of large numberof files returns, or null
@return array of OpenFileInfo objects
@throw IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.