Index
All Classes and Interfaces|All Packages|Constant Field Values
E
- encodeBase64(byte[]) - Static method in class ch.k43.util.K
-
Return encoded buffer to Base64 string
- encodeCSV(String) - Static method in class ch.k43.util.K
-
Return encoded string for CSV with the delimiter ','
- encodeCSV(String, char) - Static method in class ch.k43.util.K
-
Return encoded string for CSV
- encodeJSON(String) - Static method in class ch.k43.util.K
-
Return encoded string for JSON.
- encodeJSON(String, boolean) - Static method in class ch.k43.util.K
-
Return encoded string for JSON.
- encodeURL(String) - Static method in class ch.k43.util.K
-
Return encoded string in UTF-8
- encodeXML(String) - Static method in class ch.k43.util.K
-
Encode string for XML
- encodeYAML(String) - Static method in class ch.k43.util.K
-
Return encoded string for YAML.
- encodeYAML(String, boolean) - Static method in class ch.k43.util.K
-
Return encoded string for YAML.
- encryptAES256(byte[], byte[], byte[]) - Static method in class ch.k43.util.K
-
Return encrypted AES-256 buffer (AES/CBC/PKCS5Padding).
- error(boolean, String, Object...) - Static method in class ch.k43.util.KLog
-
Log error message if expression is true.
- error(Exception) - Static method in class ch.k43.util.KLog
-
Log formatted exception with stack trace.
- error(String, Exception, Object...) - Static method in class ch.k43.util.KLog
-
Log message and exception with stack trace.
- error(String, Object...) - Static method in class ch.k43.util.KLog
-
Log error message.
- exec(String) - Method in class ch.k43.util.KDB
-
Execute dynamic SQL statement.
- exec(String, long) - Method in class ch.k43.util.KDB
-
Execute dynamic SQL statement.
- exec(String, long, int) - Method in class ch.k43.util.KDB
-
Execute dynamic SQL statement.
- execPrepare(Object...) - Method in class ch.k43.util.KDB
-
Complete and execute precompiled SQL statement.
- exists(String) - Static method in class ch.k43.util.KFile
-
Check if file exists.
All Classes and Interfaces|All Packages|Constant Field Values