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

io.github.mentegy.s3.channels.util.CancelableByteChannel Maven / Gradle / Ivy

The newest version!
package io.github.mentegy.s3.channels.util;

import java.io.IOException;
import java.nio.channels.ByteChannel;

public interface CancelableByteChannel extends ByteChannel {
    void cancel() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy