Class ReplacementCharset
java.lang.Object
java.nio.charset.Charset
org.apache.tika.parser.html.charsetdetector.charsets.ReplacementCharset
- All Implemented Interfaces:
Comparable<Charset>
An implementation of the standard "replacement" charset defined by the W3C.
See: https://encoding.spec.whatwg.org/#replacement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
ReplacementCharset
public ReplacementCharset()
-
-
Method Details
-
contains
-
newDecoder
- Specified by:
newDecoder
in classCharset
-
newEncoder
- Specified by:
newEncoder
in classCharset
-