Package ru.petrsu.akolosov.flowbrook

Examples of ru.petrsu.akolosov.flowbrook.FlowSourceException


    public FlowRecordIterator getRecordIterator(FlowRecordPool pool) throws FlowSourceException {
        try {
            return ftInput.getRecordIterator(getRecordProcessor(pool), getDataOffset());
        } catch (IOException ex) {
            throw new FlowSourceException(ex);
        }
    }
View Full Code Here

TOP

Related Classes of ru.petrsu.akolosov.flowbrook.FlowSourceException

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.