com.github.akurilov.commons.io.util.BufferedReadableByteChannel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-commons Show documentation
Show all versions of java-commons Show documentation
Common functionality Java library
The newest version!
package com.github.akurilov.commons.io.util;
import java.nio.channels.ReadableByteChannel;
public interface BufferedReadableByteChannel
extends BufferedByteChannel, ReadableByteChannel {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy