Package spoon.compiler.builder
Interface EncodingProvider
-
public interface EncodingProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Charset
detectEncoding(SpoonFile file, byte[] fileBytes)
User-defined function, which is used to detect encoding for each file
-