Examples of ConcurrentDirectoryReader


Examples of org.jwall.web.audit.io.ConcurrentDirectoryReader

    @Before
    public void setUp() throws Exception
    {
        URL url = ConcurrentDirectoryReader.class.getResource( "/data-dir-3" );
        log.info( "Creating test-reader from directory '{}'", url );
        reader = new ConcurrentDirectoryReader( new File( url.toURI() ) );
        totalFiles = reader.bytesAvailable();
        log.info( "Found {} files.", totalFiles );
        eventsRead = 0L;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
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.