Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setReadLength (0.05 sec)

  1. src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java

            this.readFlags = readFlags;
        }
    
        /**
         * Sets the number of bytes to read
         *
         * @param readLength
         *            the readLength to set
         */
        public void setReadLength(final int readLength) {
            this.readLength = readLength;
        }
    
        /**
         * Sets the file offset from which to start reading
         *
         * @param offset
         *            the offset to set
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top