Class FixedLengthBytesProtocol<T>

java.lang.Object
org.aoju.bus.socket.protocol.FixedLengthBytesProtocol<T>
All Implemented Interfaces:
Protocol<T>
Direct Known Subclasses:
ByteArrayProtocol

public abstract class FixedLengthBytesProtocol<T> extends Object implements Protocol<T>
Since:
Java 17+
Author:
Kimi Liu