Class Packets

java.lang.Object
com.hierynomus.smb.Packets

public class Packets extends Object
  • Constructor Details

    • Packets

      public Packets()
  • Method Details

    • getPacketBytes

      public static byte[] getPacketBytes(SMBPacket<?,?> packet)
      Get the serialized packet bytes.
      Parameters:
      packet - The packet to serialize.
      Returns:
      The serialized packet bytes.