Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCloseFlags (0.34 sec)

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

            super(config);
            this.fileId = fileId;
            this.fileName = fileName;
        }
    
        /**
         * Get the close flags
         *
         * @return the closeFlags
         */
        public final int getCloseFlags() {
            return this.closeFlags;
        }
    
        /**
         * Get the file creation time
         *
         * @return the creationTime
         */
        public final long getCreationTime() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.1K bytes
    - Viewed (0)
Back to top