Package com.hierynomus.smb
Class Packets
java.lang.Object
com.hierynomus.smb.Packets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getPacketBytes
(SMBPacket<?, ?> packet) Get the serialized packet bytes.
-
Constructor Details
-
Packets
public Packets()
-
-
Method Details
-
getPacketBytes
Get the serialized packet bytes.- Parameters:
packet
- The packet to serialize.- Returns:
- The serialized packet bytes.
-