Class WritePacketData


  • public class WritePacketData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WritePacketData​(int sequenceNumber, byte[] buff, int packetLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.lang.StringBuilder sb)  
      void send​(PacketIO packetIO)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WritePacketData

        public WritePacketData​(int sequenceNumber,
                               byte[] buff,
                               int packetLength)
    • Method Detail

      • send

        public void send​(PacketIO packetIO)
      • dump

        public void dump​(java.lang.StringBuilder sb)