Class ReplacementCharset
- java.lang.Object
- 
- java.nio.charset.Charset
- 
- org.apache.tika.parser.html.charsetdetector.charsets.ReplacementCharset
 
 
- 
- All Implemented Interfaces:
- Comparable<Charset>
 
 public class ReplacementCharset extends Charset An implementation of the standard "replacement" charset defined by the W3C. See: https://encoding.spec.whatwg.org/#replacement
- 
- 
Constructor SummaryConstructors Constructor Description ReplacementCharset()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Charset cs)CharsetDecodernewDecoder()CharsetEncodernewEncoder()- 
Methods inherited from class java.nio.charset.Charsetaliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
 
- 
 
- 
- 
- 
Method Detail- 
newDecoderpublic CharsetDecoder newDecoder() - Specified by:
- newDecoderin class- Charset
 
 - 
newEncoderpublic CharsetEncoder newEncoder() - Specified by:
- newEncoderin class- Charset
 
 
- 
 
-