Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isForceUnicode (0.11 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

            return this.useBatching;
        }
    
    
        @Override
        public boolean isUseUnicode () {
            return this.useUnicode;
        }
    
    
        @Override
        public boolean isForceUnicode () {
            return this.forceUnicode;
        }
    
    
        @Override
        public boolean isDfsDisabled () {
            return this.dfsDisabled;
        }
    
    
        @Override
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

        /**
         *
         * Property <tt>jcifs.smb.client.forceUnicode</tt> (boolean, default false)
         * 
         * @return whether to use unicode, even if the server does not announce it
         */
        boolean isForceUnicode ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.useBatching</tt> (boolean, default false)
         * 
         * @return whether to enable support for SMB1 AndX command batching
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top