Uses of Class
com.luna.common.io.NioUtil
Packages that use NioUtil
-
Uses of NioUtil in com.luna.common.io
Subclasses of NioUtil in com.luna.common.ioModifier and TypeClassDescriptionclass
IO工具类
IO工具类只是辅助流的读写,并不负责关闭流。原因是流可能被多次读写,读写关闭后容易造成问题。