public interface IOConsumer<T>
void
accept(T t)
void accept(T t) throws java.io.IOException
java.io.IOException