Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSendBufferSize (0.2 sec)

  1. src/main/java/jcifs/smb/SmbFileOutputStream.java

        }
    
    
        /**
         * @param th
         * @throws SmbException
         */
        protected final void init ( SmbTreeHandleImpl th ) throws CIFSException {
            int sendBufferSize = th.getSendBufferSize();
            if ( this.smb2 ) {
                this.writeSize = sendBufferSize;
                this.writeSizeFile = sendBufferSize;
                return;
            }
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Nov 13 15:14:04 GMT 2021
    - 11.9K bytes
    - Viewed (0)
Back to top