@FunctionalInterface public interface IOConsumer<T>
void
accept(T data)
void accept(T data) throws IOException
IOException
Copyright © 2016. All rights reserved.