Class ByteArrayProtocol

java.lang.Object
org.aoju.bus.socket.protocol.FixedLengthBytesProtocol<byte[]>
org.aoju.bus.socket.protocol.ByteArrayProtocol
All Implemented Interfaces:
Protocol<byte[]>

public class ByteArrayProtocol extends FixedLengthBytesProtocol<byte[]>
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • ByteArrayProtocol

      public ByteArrayProtocol()
  • Method Details