Class BOMInputStream.Builder

    • Constructor Detail

    • Method Detail

      • setInclude

        public BOMInputStream.Builder setInclude​(boolean include)
        Sets whether to include the UTF-8 BOM (true) or to exclude it (false).

        The default is false.

        Parameters:
        include - true to include the UTF-8 BOM or false to exclude it. return this;
        Returns:
        this instance.