Package de.bytefish.pgbulkinsert.util
Class StringUtils
- java.lang.Object
-
- de.bytefish.pgbulkinsert.util.StringUtils
-
public class StringUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getUtf8Bytes(String value)static booleanisNullOrWhiteSpace(@Nullable String input)static @Nullable StringremoveNullCharacter(@Nullable String data)
-