今天学习NIO,感觉在finally中关闭通道、缓冲区和流很麻烦,请问一下在NIO中关闭通道和关闭缓冲区可以使用try-with-resource吗
看你使用的API有没有实现AutoCloseable,AutoCloseable接口的实现才能使用try-with-resource语法