Package migratedb.v1.core.internal.util
Class BomFilter
- java.lang.Object
-
- migratedb.v1.core.internal.util.BomFilter
-
public class BomFilter extends Object
-
-
Constructor Summary
Constructors Constructor Description BomFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringfilterBomFromString(String s)Removes the UTF-8 Byte Order Mark from the start of a string if present.static booleanisBom(char c)Determine if this char is a UTF-8 Byte Order Mark
-