MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / UTF8

Method UTF8

src/Bytes.java:312–314  ·  view source on GitHub ↗

Transforms a string into an UTF-8 encoded byte array.

(final String s)

Source from the content-addressed store, hash-verified

310
311 /** Transforms a string into an UTF-8 encoded byte array. */
312 public static byte[] UTF8(final String s) {
313 return s.getBytes(CharsetUtil.UTF_8);
314 }
315
316 /** Transforms a string into an ISO-8859-1 encoded byte array. */
317 public static byte[] ISO88591(final String s) {

Callers 15

header094Method · 0.95
headerCDH3b3Method · 0.95
filterComparatorsMethod · 0.95
compareFiltersMethod · 0.95
timestampsFilterMethod · 0.95
timestampsOnGetMethod · 0.95
FuzzyRowFilterClass · 0.95
SubstringComparatorClass · 0.95
serializeOldMethod · 0.95
predictSerializedSizeMethod · 0.95
FamilyFilterClass · 0.95

Calls

no outgoing calls

Tested by 7

header094Method · 0.76
headerCDH3b3Method · 0.76
filterComparatorsMethod · 0.76
compareFiltersMethod · 0.76
timestampsFilterMethod · 0.76
timestampsOnGetMethod · 0.76