Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            return this.maxCount;
        }
    
        /**
         * Sets the maximum count of bytes to read.
         *
         * @param maxCount
         *            the maxCount to set
         */
        public final void setMaxCount(final int maxCount) {
            this.maxCount = maxCount;
        }
    
        /**
         * Gets the minimum count of bytes to read.
         *
         * @return the minCount
         */
        public final int getMinCount() {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top