Class SMB2FileId


  • public class SMB2FileId
    extends java.lang.Object
    [MS-SMB2].pdf 2.2.14.1 SMB2_FILEID
    • Constructor Summary

      Constructors 
      Constructor Description
      SMB2FileId()  
      SMB2FileId​(byte[] persistentHandle, byte[] volatileHandle)  
    • Method Summary

      Modifier and Type Method Description
      static SMB2FileId read​(SMBBuffer buffer)  
      java.lang.String toString()  
      void write​(SMBBuffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • SMB2FileId

        public SMB2FileId()
      • SMB2FileId

        public SMB2FileId​(byte[] persistentHandle,
                          byte[] volatileHandle)