Interface EncodingProvider


public interface EncodingProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    detectEncoding​(SpoonFile file, byte[] fileBytes)
    User-defined function, which is used to detect encoding for each file
  • Method Details

    • detectEncoding

      Charset detectEncoding(SpoonFile file, byte[] fileBytes)
      User-defined function, which is used to detect encoding for each file