com.github.akurilov.commons.io.util.BufferedWritableByteChannel Maven / Gradle / Ivy
package com.github.akurilov.commons.io.util;
import java.nio.channels.WritableByteChannel;
public interface BufferedWritableByteChannel
extends BufferedByteChannel, WritableByteChannel {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy