Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shareAccess (0.12 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            if ((shareAccess & ~(FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE)) != 0) {
                throw new RuntimeException("Illegal shareAccess parameter");
            }
            this.shareAccess = shareAccess;
        }
    
        /**
         * Constructs an SmbFile representing a resource on an SMB network such
         * as a file or directory. The second parameter is a relative path from
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                final int desiredAccess, final int shareAccess, final ServerMessageBlock2Request<T> first,
                final ServerMessageBlock2Request<?>... others) throws CIFSException {
            return withOpen(th, createDisposition, 0, SmbConstants.ATTR_NORMAL, desiredAccess, shareAccess, first, others);
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top