Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setReadFlags (0.23 sec)

  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
         */
    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