Interface EncodingDetector
-
- All Known Implementing Classes:
BOMEncodingDetector,XMLEncodingDetector
public interface EncodingDetectorThis interface represents an encoding detector. Implementers of this interface receive a starting encoding before any other activity takes place, and then allow an updated encoding to be retrieved once the activity is complete.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEncoding()Read out the detected encoding, when finished.voidsetEncoding(java.lang.String encoding)Accept a starting encoding value.
-