Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMaxCount (0.11 sec)

  1. src/main/java/jcifs/internal/smb1/com/SmbComReadAndX.java

            this.offset = offset;
            this.maxCount = this.minCount = maxCount;
            this.openTimeout = 0xFFFFFFFF;
        }
    
    
        /**
         * @return the maxCount
         */
        public final int getMaxCount () {
            return this.maxCount;
        }
    
    
        /**
         * @param maxCount
         *            the maxCount to set
         */
        public final void setMaxCount ( int maxCount ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
Back to top