Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setReadFlags (0.22 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            this.padding = padding;
        }
    
        /**
         * Sets the read flags for the read operation
         *
         * @param readFlags
         *            the readFlags to set
         */
        public void setReadFlags(final byte readFlags) {
            this.readFlags = readFlags;
        }
    
        /**
         * Sets the number of bytes to read
         *
         * @param readLength
         *            the readLength to set
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 7.8K bytes
    - Click Count (0)
Back to Top