Package com.asakusafw.runtime.io.util

Examples of com.asakusafw.runtime.io.util.DataBuffer.reset()


            if (available.isEmpty()) {
                throw new IllegalStateException();
            }
        }
        DataBuffer first = available.removeFirst();
        first.reset(0, 0);
        return first;
    }

    public synchronized void putNextPage(DataBuffer buffer) throws IOException, InterruptedException {
        // wait for the current active task
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.