Package | Description |
---|---|
cn.hutool.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
cn.hutool.core.io.watch |
基于JDK7+ WatchService的文件和目录监听封装,支持多级目录
|
cn.hutool.core.io.watch.watchers |
文件监听中的观察者实现类,包括延迟处理、处理链等
|
Class and Description |
---|
IgnoreWatcher
跳过所有事件处理Watcher
用户继承此类后实现需要监听的方法 |
Class and Description |
---|
IgnoreWatcher
跳过所有事件处理Watcher
用户继承此类后实现需要监听的方法 |
Class and Description |
---|
WatcherChain
观察者链
用于加入多个观察者 |
Copyright © 2024. All rights reserved.