类 FileRefreshableDataSource<T>

所有已实现的接口:
ReadableDataSource<String,T>

public class FileRefreshableDataSource<T> extends AutoRefreshDataSource<String,T>

A ReadableDataSource based on file. This class will automatically fetches the backend file every isModified period.

Limitations: Default read buffer size is 1 MB. If file size is greater than buffer size, exceeding bytes will be ignored. Default charset is UTF-8.

作者:
Carpenter Lee, Eric Zhao