All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xnio.channels.ByteChannel Maven / Gradle / Ivy

There is a newer version: 62
Show newest version

package org.xnio.channels;

import java.nio.channels.GatheringByteChannel;
import java.nio.channels.ScatteringByteChannel;

/**
 * An extension of a simple NIO {@link java.nio.channels.ByteChannel} which includes scatter/gather operations.
 *
 * @author David M. Lloyd
 */
public interface ByteChannel extends java.nio.channels.ByteChannel, GatheringByteChannel, ScatteringByteChannel {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy