public class DefaultEncodingDetector extends CompositeEncodingDetector
EncodingDetector
implementations
available through the service provider mechanism
. Those
loaded via the service provider mechanism are ordered by how they appear in the
file, if there is a single service file. If multiple, there is no guarantee of order.
If you need to control the order of the Detectors, you should instead
construct your own CompositeDetector
and pass in the list
of Detectors in the required order.Constructor and Description |
---|
DefaultEncodingDetector() |
DefaultEncodingDetector(ServiceLoader loader) |
DefaultEncodingDetector(ServiceLoader loader,
Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors) |
public DefaultEncodingDetector()
public DefaultEncodingDetector(ServiceLoader loader)
public DefaultEncodingDetector(ServiceLoader loader, Collection<Class<? extends EncodingDetector>> excludeEncodingDetectors)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.