Package stallone.datasequence

Examples of stallone.datasequence.DataSequenceLoader_SingleReaderImpl


     * @return A multi sequence loader to load data from the multi sequence
     */
    public IDataSequenceLoader multiSequenceLoader(List<String> files, IDataReader reader)
            throws IOException
    {
        DataSequenceLoader_SingleReaderImpl loader = new DataSequenceLoader_SingleReaderImpl(files, reader);
        loader.scan();
        return (loader);
    }
View Full Code Here

TOP

Related Classes of stallone.datasequence.DataSequenceLoader_SingleReaderImpl

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.