Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setDefaultEncoding (0.07 seconds)

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

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java

            return defaultEncoding;
        }
    
        /**
         * Sets the default character encoding.
         *
         * @param defaultEncoding the default encoding to set
         */
        public void setDefaultEncoding(final String defaultEncoding) {
            this.defaultEncoding = defaultEncoding;
        }
    
        /**
         * Gets the preload size for charset detection.
         *
         * @return the preload size in bytes
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Nov 29 07:42:33 GMT 2025
    - 30.5K bytes
    - Click Count (0)
Back to Top