Package org.terrier.utility.io

Examples of org.terrier.utility.io.RandomDataOutput


   
   
    //renamed so that inner classes can access
    protected void _clear()
    {
        RandomDataOutput _dataFile = write();
        try{
            _dataFile.setLength(0);
            numberOfEntries = 0;
        } catch (IOException ioe) {
            //logger.warn("Could not clear FSOrderedMapFile", ioe);
        }
    }
View Full Code Here

TOP

Related Classes of org.terrier.utility.io.RandomDataOutput

Copyright © 2018 www.massapicom. 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.