Package net.ontopia.topicmaps.utils.ltm
Class LTMEncodingSniffer
java.lang.Object
net.ontopia.topicmaps.utils.ltm.LTMEncodingSniffer
- All Implemented Interfaces:
EncodingSnifferIF
INTERNAL: An encoding sniffer for LTM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionguessEncoding(PushbackInputStream stream) INTERNAL: By examining the contents of the stream, guess the encoding used.
-
Constructor Details
-
LTMEncodingSniffer
public LTMEncodingSniffer()
-
-
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
-