Interface nsICharsetDetector
- All Known Implementing Classes:
nsDetector
public interface nsICharsetDetector
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDoIt(byte[] aBuf, int aLen, boolean oDontFeedMe) voidDone()voidInit(nsICharsetDetectionObserver observer)
-
Method Details
-
Init
-
DoIt
boolean DoIt(byte[] aBuf, int aLen, boolean oDontFeedMe) -
Done
void Done()
-