@FunctionalInterface public interface IOConsumer<T>
void
accept(T value)
void accept(T value) throws java.io.IOException
java.io.IOException