Class EncodingInfo


  • @Deprecated(since="2021-09-01")
    public class EncodingInfo
    extends Object
    Deprecated.
    Util Classes related to Xerces are removed in subsequent releases causing a major version change. As these utils are for internal use in Filevault the API is getting deprecated from public API surface.
    This class represents an encoding.
    • Constructor Detail

      • EncodingInfo

        public EncodingInfo​(String ianaName,
                            String javaName,
                            int lastPrintable)
        Deprecated.
        Creates new EncodingInfo instance.
    • Method Detail

      • getIANAName

        public String getIANAName()
        Deprecated.
        Returns a MIME charset name of this encoding.
      • isPrintable

        public boolean isPrintable​(char ch)
        Deprecated.
        Checks whether the specified character is printable or not in this encoding.
        Parameters:
        ch - a code point (0-0x10ffff)