![JAR search and dependency download from the Maven repository](/logo.png)
java.nio.channels.ScatteringByteChannel Maven / Gradle / Ivy
package java.nio.channels;
import java.io.IOException;
import java.nio.ByteBuffer;
public interface ScatteringByteChannel extends ReadableByteChannel {
long read(ByteBuffer[] dsts, int offset, int length) throws IOException;
long read(ByteBuffer[] dsts) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy