Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getAllocationSize (0.22 sec)

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

         * @return the changeTime
         */
        public final long getChangeTime () {
            return this.changeTime;
        }
    
    
        /**
         * @return the allocationSize
         */
        public final long getAllocationSize () {
            return this.allocationSize;
        }
    
    
        /**
         * @return the endOfFile
         */
        public final long getEndOfFile () {
            return this.endOfFile;
        }
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java

         */
        @Override
        public final long getLastWriteTime () {
            return this.lastWriteTime;
        }
    
    
        /**
         * @return the allocationSize
         */
        public final long getAllocationSize () {
            return this.allocationSize;
        }
    
    
        /**
         * @return the endOfFile
         */
        public final long getEndOfFile () {
            return this.endOfFile;
        }
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java

         * @return the changeTime
         */
        public final long getChangeTime () {
            return this.changeTime;
        }
    
    
        /**
         * @return the allocationSize
         */
        public final long getAllocationSize () {
            return this.allocationSize;
        }
    
    
        /**
         * @return the endOfFile
         */
        public final long getEndOfFile () {
            return this.endOfFile;
        }
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 8.6K bytes
    - Viewed (0)
Back to top