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

hm.binkley.xio.XInputOutputStream Maven / Gradle / Ivy

The newest version!
package hm.binkley.xio;

import java.io.IOException;

/**
 * {@code XInputOutputStream} is a blending of {@link XInputStream} and {@link
 * XOutputStream}.
 *
 * @author B. K. Oxley (binkley)
 */
public interface XInputOutputStream
        extends XInputStream, XOutputStream {
    @Override
    default void close()
            throws IOException {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy