Package net.ontopia.topicmaps.utils.jtm
Class JTMEncodingSniffer
java.lang.Object
net.ontopia.topicmaps.utils.jtm.JTMEncodingSniffer
- All Implemented Interfaces:
EncodingSnifferIF
INTERNAL: An encoding sniffer for JTM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionguessEncoding(PushbackInputStream stream) INTERNAL: By examining the contents of the stream, guess the encoding used.
-
Constructor Details
-
JTMEncodingSniffer
public JTMEncodingSniffer()
-
-
Method Details
-
guessEncoding
Description copied from interface:EncodingSnifferIFINTERNAL: By examining the contents of the stream, guess the encoding used.- Specified by:
guessEncodingin interfaceEncodingSnifferIF- Returns:
- the name of the encoding
- Throws:
IOException
-