Package org.aoju.bus.socket.protocol
Class ByteArrayProtocol
java.lang.Object
org.aoju.bus.socket.protocol.FixedLengthBytesProtocol<byte[]>
org.aoju.bus.socket.protocol.ByteArrayProtocol
- All Implemented Interfaces:
Protocol<byte[]>
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aoju.bus.socket.protocol.FixedLengthBytesProtocol
decode
-
Constructor Details
-
ByteArrayProtocol
public ByteArrayProtocol()
-
-
Method Details
-
decode
- Specified by:
decodein classFixedLengthBytesProtocol<byte[]>
-