562935844@qq.com
2022-08-31 c65c2c0bce62473fc3a2e1f9b2f5621214c2300b
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;