Package com.helger.xml.serialize.read
Class XMLCharsetDeterminator
- java.lang.Object
-
- com.helger.xml.serialize.read.XMLCharsetDeterminator
-
@Immutable public final class XMLCharsetDeterminator extends Object
XML charset determinator based on a byte array.- Since:
- 9.0.0
- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static CharsetFALLBACK_CHARSET
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharsetdetermineXMLCharset(byte[] aBytes)Determine the XML charsetstatic com.helger.commons.collection.impl.ICommonsSet<Charset>getAllSupportedCharsets()
-
-
-
Field Detail
-
FALLBACK_CHARSET
public static final Charset FALLBACK_CHARSET
-
-