Class SMBPacket<D extends SMBPacketData<H>,​H extends SMBHeader>

    • Constructor Summary

      Constructors 
      Constructor Description
      SMBPacket​(H header)  
    • Method Summary

      Modifier and Type Method Description
      SMBBuffer getBuffer()  
      H getHeader()  
      void read​(SMBBuffer buffer)  
      protected abstract void read​(D packetData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hierynomus.protocol.Packet

        write