Class nsPSMDetector

  • Direct Known Subclasses:
    nsDetector

    public abstract class nsPSMDetector
    extends java.lang.Object
    • Constructor Detail

      • nsPSMDetector

        public nsPSMDetector()
      • nsPSMDetector

        public nsPSMDetector​(int langFlag)
    • Method Detail

      • Reset

        public void Reset()
      • initVerifiers

        protected void initVerifiers​(int currVerSet)
      • Report

        public abstract void Report​(java.lang.String charset)
      • HandleData

        public boolean HandleData​(byte[] aBuf,
                                  int len)
      • DataEnd

        public void DataEnd()
      • Sample

        public void Sample​(byte[] aBuf,
                           int aLen)
      • Sample

        public void Sample​(byte[] aBuf,
                           int aLen,
                           boolean aLastChance)
      • getProbableCharsets

        public java.lang.String[] getProbableCharsets()