JAVA IO包。

答案解析

Java IO包主要有java.io(流式IO,包括InputStream、OutputStream、Reader、Writer等)和java.nio(非阻塞IO,支持Buffer、Channel、Selector等)。