Tong
2022-04-19 8adb5e06a5fcfad9a634944c0d65fc70c5c2527f
HDLSDK/hdl-socket/src/main/java/com/hdl/sdk/socket/codec/IHandleFlow.java
@@ -5,7 +5,7 @@
 */
public interface IHandleFlow<T> {
    T read(Object data) throws Exception;
    T read(Object data,String ipaddress) throws Exception;
    byte[] write(byte[] data) throws Exception;