T - 结果对象类型public interface ICmdOutputHandler<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICmdOutputHandler.WriteConsoleLog |
| Modifier and Type | Method and Description |
|---|---|
T |
handle(BufferedReader reader)
执行处理过程
|
T handle(BufferedReader reader) throws Exception
reader - Reader对象Exception - 可能产生的任何异常Copyright © 2022. All rights reserved.