Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for remainingBytes (0.06 sec)

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

        }
    
        /**
         * Sets the number of bytes remaining to be read after this request
         *
         * @param remainingBytes
         *            the remainingBytes to set
         */
        public void setRemainingBytes(final int remainingBytes) {
            this.remainingBytes = remainingBytes;
        }
    
        /**
         * Add RDMA channel information for direct memory access
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/io/Smb2WriteRequest.java

        }
    
        /**
         * Sets the number of bytes remaining to be written in a sequence of write operations.
         *
         * @param remainingBytes the remainingBytes to set
         */
        public void setRemainingBytes(final int remainingBytes) {
            this.remainingBytes = remainingBytes;
        }
    
        /**
         * Sets the write operation flags.
         *
         * @param writeFlags the writeFlags to set
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top