Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMB2_CLOSE (0.04 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CloseRequest.java

         * @param fileName
         *            The name of the file being closed
         */
        public Smb2CloseRequest(final Configuration config, final byte[] fileId, final String fileName) {
            super(config, SMB2_CLOSE);
            this.fileId = fileId;
            this.fileName = fileName;
        }
    
        /**
         * Constructs a close request with file ID only
         *
         * @param config
         *            The configuration to use
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top