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