Class ByteArrayCommand
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.protocol.command.ByteArrayCommand
-
-
Field Summary
-
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description ByteArrayCommand(byte[] command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray() throws IOException- Specified by:
toByteArrayin interfaceCommand- Throws:
IOException
-
-