Interface nsICharsetDetector

All Known Implementing Classes:
nsDetector

public interface nsICharsetDetector
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    DoIt(byte[] aBuf, int aLen, boolean oDontFeedMe)
     
    void
     
    void
     
  • Method Details

    • Init

      void Init(nsICharsetDetectionObserver observer)
    • DoIt

      boolean DoIt(byte[] aBuf, int aLen, boolean oDontFeedMe)
    • Done

      void Done()