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

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

There is a newer version: 6
Show newest version
package hm.binkley.xio;

import java.io.IOException;

/**
 * {@code XInputOutputStream} needs documentation.
 *
 * @author B. K. Oxley (binkley)
 * @todo Needs documentation.
 */
public interface XInputOutputStream
        extends XInputStream, XOutputStream {
    @Override
    default void close()
            throws IOException {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy