com.xiaoleilu.hutool
接口 FileUtil.ReaderHandler<T>

类型参数:
T -
包容类:
FileUtil

public static interface FileUtil.ReaderHandler<T>

Reader处理接口

作者:
Luxiaolei

方法摘要
 T handle(BufferedReader reader)
           
 

方法详细信息

handle

T handle(BufferedReader reader)
         throws IOException
抛出:
IOException


Copyright © 2014. All rights reserved.