Package org.mozilla.intl.chardet
Interface nsICharsetDetector
-
- All Known Implementing Classes:
nsDetector
public interface nsICharsetDetector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanDoIt(byte[] aBuf, int aLen, boolean oDontFeedMe)voidDone()voidInit(nsICharsetDetectionObserver observer)
-
-
-
Method Detail
-
Init
void Init(nsICharsetDetectionObserver observer)
-
DoIt
boolean DoIt(byte[] aBuf, int aLen, boolean oDontFeedMe)
-
Done
void Done()
-
-