MCPcopy Create free account
hub / github.com/BaseXdb/basex / encodings

Method encodings

basex-core/src/main/java/org/basex/util/Strings.java:309–312  ·  view source on GitHub ↗

Returns a string array with all supported encodings. @return encodings

()

Source from the content-addressed store, hash-verified

307 * @return encodings
308 */
309 public static String[] encodings() {
310 if(encodings == null) encodings = Charset.availableCharsets().keySet().toArray(String[]::new);
311 return encodings;
312 }
313
314 /**
315 * Converts a string to camel case.

Callers 3

updateMethod · 0.95
encodingMethod · 0.95
checkEncodingMethod · 0.95

Calls 1

toArrayMethod · 0.45

Tested by

no test coverage detected